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
c63ebc10
Commit
c63ebc10
authored
Jan 22, 2020
by
Małgorzata Ksionek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix haml lint failing
parent
80b4b888
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
ee/app/views/layouts/nav/ee/_security_link.html.haml
ee/app/views/layouts/nav/ee/_security_link.html.haml
+1
-1
No files found.
ee/app/views/layouts/nav/ee/_security_link.html.haml
View file @
c63ebc10
-
return
unless
@group
.
feature_available?
(
:group_level_compliance_dashboard
)
||
@group
.
feature_available?
(
:security_dashboard
)
-
main_path
=
@group
.
feature_available?
(
:group_level_compliance_dashboard
)
?
group_security_compliance_dashboard_path
(
@group
)
:
group_security_dashboard_path
(
@group
)
-
main_path
=
@group
.
feature_available?
(
:group_level_compliance_dashboard
)
?
group_security_compliance_dashboard_path
(
@group
)
:
group_security_dashboard_path
(
@group
)
=
nav_link
(
path:
%w[groups/security/compliance_dashboard#show groups/security/dashboard#show]
)
do
=
link_to
main_path
,
data:
{
qa_selector:
'security_dashboard_link'
}
do
.nav-icon-container
...
...
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