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
16b0f2f8
Commit
16b0f2f8
authored
Oct 17, 2018
by
Olivier Gonzalez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix outdated links to documentation
parent
c7fce62b
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
ee/app/helpers/ee/projects_helper.rb
ee/app/helpers/ee/projects_helper.rb
+1
-1
ee/app/views/projects/pipelines/_tabs_content.html.haml
ee/app/views/projects/pipelines/_tabs_content.html.haml
+1
-1
No files found.
ee/app/helpers/ee/projects_helper.rb
View file @
16b0f2f8
...
...
@@ -160,7 +160,7 @@ module EE
sast_help_path:
help_page_path
(
'user/project/merge_requests/sast'
),
dependency_scanning_help_path:
help_page_path
(
'user/project/merge_requests/dependency_scanning'
),
dast_help_path:
help_page_path
(
'user/project/merge_requests/dast'
),
sast_container_help_path:
help_page_path
(
'user/project/merge_requests/
sast_container
'
),
sast_container_help_path:
help_page_path
(
'user/project/merge_requests/
container_scanning
'
),
user_path:
user_url
(
pipeline
.
user
),
user_avatar_path:
pipeline
.
user
.
avatar_url
,
user_name:
pipeline
.
user
.
name
,
...
...
ee/app/views/projects/pipelines/_tabs_content.html.haml
View file @
16b0f2f8
...
...
@@ -21,7 +21,7 @@
sast_help_path:
help_page_path
(
'user/project/merge_requests/sast'
),
dependency_scanning_help_path:
help_page_path
(
'user/project/merge_requests/dependency_scanning'
),
dast_help_path:
help_page_path
(
'user/project/merge_requests/dast'
),
sast_container_help_path:
help_page_path
(
'user/project/merge_requests/
sast_container
'
),
sast_container_help_path:
help_page_path
(
'user/project/merge_requests/
container_scanning
'
),
can_create_feedback:
can?
(
current_user
,
:admin_vulnerability_feedback
,
project
).
to_s
,
can_create_issue:
show_new_issue_link?
(
project
).
to_s
}
}
...
...
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