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
292e0511
Commit
292e0511
authored
Oct 30, 2020
by
Fernando
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo in help path
- Add missing underscore
parent
950bd11e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
ee/app/views/projects/merge_requests/show.html.haml
ee/app/views/projects/merge_requests/show.html.haml
+1
-1
No files found.
ee/app/views/projects/merge_requests/show.html.haml
View file @
292e0511
...
...
@@ -11,7 +11,7 @@
window.gl.mrWidgetData.container_scanning_help_path = '
#{
help_page_path
(
"user/application_security/container_scanning/index"
)
}
';
window.gl.mrWidgetData.dast_help_path = '
#{
help_page_path
(
"user/application_security/dast/index"
)
}
';
window.gl.mrWidgetData.dependency_scanning_help_path = '
#{
help_page_path
(
"user/application_security/dependency_scanning/index"
)
}
';
window.gl.mrWidgetData.coverage_fuzzinghelp_path = '
#{
help_page_path
(
"user/application_security/coverage_fuzzing/index"
)
}
';
window.gl.mrWidgetData.coverage_fuzzing
_
help_path = '
#{
help_page_path
(
"user/application_security/coverage_fuzzing/index"
)
}
';
window.gl.mrWidgetData.vulnerability_feedback_help_path = '
#{
help_page_path
(
"user/application_security/index"
)
}
';
window.gl.mrWidgetData.visual_review_app_available = '
#{
@project
.
feature_available?
(
:visual_review_app
)
}
' === 'true';
window.gl.mrWidgetData.license_scanning_comparison_path = '
#{
license_scanning_reports_project_merge_request_path
(
@project
,
@merge_request
)
if
@project
.
feature_available?
(
:license_scanning
)
}
'
...
...
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