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
a05cefec
Commit
a05cefec
authored
Jul 08, 2020
by
Mike Kozono
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Feature flag nav link
parent
7d8a4734
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
ee/app/views/admin/geo/shared/_replication_nav.haml
ee/app/views/admin/geo/shared/_replication_nav.haml
+6
-5
No files found.
ee/app/views/admin/geo/shared/_replication_nav.haml
View file @
a05cefec
...
@@ -18,6 +18,7 @@
...
@@ -18,6 +18,7 @@
=
link_to
admin_geo_designs_path
,
title:
_
(
'Designs'
)
do
=
link_to
admin_geo_designs_path
,
title:
_
(
'Designs'
)
do
%span
%span
=
_
(
'Designs'
)
=
_
(
'Designs'
)
-
if
Feature
.
enabled?
(
:geo_self_service_framework
)
-
Gitlab
::
Geo
.
replicator_classes
.
each
do
|
replicator_class
|
-
Gitlab
::
Geo
.
replicator_classes
.
each
do
|
replicator_class
|
=
nav_link
(
page:
[{
controller:
'admin/geo/replicables'
,
action:
'index'
,
replicable_name_plural:
replicator_class
.
replicable_name_plural
}],
html_options:
{
class:
'gl-pr-2'
})
do
=
nav_link
(
page:
[{
controller:
'admin/geo/replicables'
,
action:
'index'
,
replicable_name_plural:
replicator_class
.
replicable_name_plural
}],
html_options:
{
class:
'gl-pr-2'
})
do
=
link_to
admin_geo_replicables_path
(
replicable_name_plural:
replicator_class
.
replicable_name_plural
),
title:
replicator_class
.
replicable_title_plural
do
=
link_to
admin_geo_replicables_path
(
replicable_name_plural:
replicator_class
.
replicable_name_plural
),
title:
replicator_class
.
replicable_title_plural
do
...
...
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