Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
80695a59
Commit
80695a59
authored
Apr 30, 2018
by
Filipa Lacerda
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'fix_ci_view_typo' into 'master'
Fix typo See merge request gitlab-org/gitlab-ee!5506
parents
d81891da
eba5edff
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
app/views/projects/pipelines/_info.html.haml
app/views/projects/pipelines/_info.html.haml
+2
-2
No files found.
app/views/projects/pipelines/_info.html.haml
View file @
80695a59
#js-pipeline-header-vue
.pipeline-header-container
-
sast_artifact
=
@pipeline
.
sast_artifact
-
dependecy_artifact
=
@pipeline
.
dependency_scanning_artifact
-
depende
n
cy_artifact
=
@pipeline
.
dependency_scanning_artifact
-
if
@commit
.
present?
.commit-box
...
...
@@ -36,5 +36,5 @@
=
link_to
@pipeline
.
sha
,
project_commit_path
(
@project
,
@pipeline
.
sha
),
class:
"commit-sha commit-hash-full"
=
clipboard_button
(
text:
@pipeline
.
sha
,
title:
"Copy commit SHA to clipboard"
)
-
if
sast_artifact
||
dependecy_artifact
-
if
sast_artifact
||
depende
n
cy_artifact
.js-sast-summary
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment