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
8b9dde86
Commit
8b9dde86
authored
Jul 05, 2017
by
Toon Claes
Committed by
Bob Van Landuyt
Jul 05, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Put EE group settings nav in separate file
parent
2ef399a5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
22 deletions
+23
-22
app/views/groups/_settings_head.html.haml
app/views/groups/_settings_head.html.haml
+1
-22
app/views/groups/ee/_settings_nav.html.haml
app/views/groups/ee/_settings_nav.html.haml
+22
-0
No files found.
app/views/groups/_settings_head.html.haml
View file @
8b9dde86
...
...
@@ -13,25 +13,4 @@
%span
Projects
-
if
ldap_enabled?
=
nav_link
(
path:
'ldap_group_links#index'
)
do
=
link_to
group_ldap_group_links_path
(
@group
),
title:
'LDAP Group'
do
%span
LDAP Group
-
if
@group
.
feature_available?
(
:group_webhooks
)
=
nav_link
(
path:
'hooks#index'
)
do
=
link_to
group_hooks_path
(
@group
),
title:
'Webhooks'
do
%span
Webhooks
=
nav_link
(
path:
'audit_events#index'
)
do
=
link_to
group_audit_events_path
(
@group
),
title:
'Audit Events'
do
%span
Audit Events
-
if
@group
.
shared_runners_enabled?
&&
@group
.
shared_runners_minutes_limit_enabled?
=
nav_link
(
path:
'pipeline_quota#index'
)
do
=
link_to
group_pipeline_quota_path
(
@group
),
title:
'Pipelines quota'
do
%span
Pipelines quota
=
render
'groups/ee/settings_nav'
app/views/groups/ee/_settings_nav.html.haml
0 → 100644
View file @
8b9dde86
-
if
ldap_enabled?
=
nav_link
(
path:
'ldap_group_links#index'
)
do
=
link_to
group_ldap_group_links_path
(
@group
),
title:
'LDAP Group'
do
%span
LDAP Group
-
if
@group
.
feature_available?
(
:group_webhooks
)
=
nav_link
(
path:
'hooks#index'
)
do
=
link_to
group_hooks_path
(
@group
),
title:
'Webhooks'
do
%span
Webhooks
=
nav_link
(
path:
'audit_events#index'
)
do
=
link_to
group_audit_events_path
(
@group
),
title:
'Audit Events'
do
%span
Audit Events
-
if
@group
.
shared_runners_enabled?
&&
@group
.
shared_runners_minutes_limit_enabled?
=
nav_link
(
path:
'pipeline_quota#index'
)
do
=
link_to
group_pipeline_quota_path
(
@group
),
title:
'Pipelines quota'
do
%span
Pipelines quota
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