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
484490f8
Commit
484490f8
authored
May 15, 2018
by
bikebilly
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change documentation link
parent
60a71b3a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
app/views/projects/merge_requests/show.html.haml
app/views/projects/merge_requests/show.html.haml
+1
-1
app/views/projects/pipelines/_with_tabs.html.haml
app/views/projects/pipelines/_with_tabs.html.haml
+1
-1
spec/javascripts/vue_mr_widget/mock_data.js
spec/javascripts/vue_mr_widget/mock_data.js
+1
-1
No files found.
app/views/projects/merge_requests/show.html.haml
View file @
484490f8
...
...
@@ -31,7 +31,7 @@
window
.
gl
.
mrWidgetData
.
sast_container_help_path
=
'
#{
help_page_path
(
"user/project/merge_requests/container_scanning"
)
}
'
;
window
.
gl
.
mrWidgetData
.
dast_help_path
=
'
#{
help_page_path
(
"user/project/merge_requests/dast"
)
}
'
;
window
.
gl
.
mrWidgetData
.
dependency_scanning_help_path
=
'
#{
help_page_path
(
"user/project/merge_requests/dependency_scanning"
)
}
'
;
window
.
gl
.
mrWidgetData
.
vulnerability_feedback_help_path
=
'
#{
help_page_path
(
"user/project/merge_requests/index"
,
anchor:
"interacting-with-security-reports"
)
}
'
;
window
.
gl
.
mrWidgetData
.
vulnerability_feedback_help_path
=
'
#{
help_page_path
(
"user/project/merge_requests/index"
,
anchor:
"interacting-with-security-reports
-ultimate
"
)
}
'
;
#js-vue-mr-widget
.mr-widget
...
...
app/views/projects/pipelines/_with_tabs.html.haml
View file @
484490f8
...
...
@@ -68,6 +68,6 @@
dependency_scanning_endpoint:
expose_dependency_data
?
dependency_scanning_artifact_url
(
@pipeline
)
:
nil
,
pipeline_id:
@pipeline
.
id
,
vulnerability_feedback_path:
project_vulnerability_feedback_index_path
(
@project
),
vulnerability_feedback_help_path:
help_page_path
(
"user/project/merge_requests/index"
,
anchor:
"interacting-with-security-reports"
),
vulnerability_feedback_help_path:
help_page_path
(
"user/project/merge_requests/index"
,
anchor:
"interacting-with-security-reports
-ultimate
"
),
sast_help_path:
help_page_path
(
'user/project/merge_requests/sast'
),
dependency_scanning_help_path:
help_page_path
(
'user/project/merge_requests/dependency_scanning'
)}
}
spec/javascripts/vue_mr_widget/mock_data.js
View file @
484490f8
...
...
@@ -224,7 +224,7 @@ export default {
base_path
:
'
blob_path
'
,
head_path
:
'
blob_path
'
,
},
vulnerability_feedback_help_path
:
'
/help/user/project/merge_requests/index#interacting-with-security-reports
'
,
vulnerability_feedback_help_path
:
'
/help/user/project/merge_requests/index#interacting-with-security-reports
-ultimate
'
,
merge_commit_path
:
'
http://localhost:3000/root/acets-app/commit/53027d060246c8f47e4a9310fb332aa52f221775
'
,
};
// Codeclimate
...
...
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