Commit 22b8b7dc authored by Clement Ho's avatar Clement Ho

Fix admin sidebar menu items

parent 105b4371
......@@ -111,7 +111,7 @@
= link_to admin_license_path, title: 'License' do
.nav-icon-container
= custom_icon('license')
%span
%span.nav-item-name
License
- if akismet_enabled?
......@@ -126,14 +126,14 @@
= link_to admin_push_rule_path, title: 'Push Rules' do
.nav-icon-container
= custom_icon('push_rules')
%span
%span.nav-item-name
Push Rules
= nav_link(controller: :geo_nodes) do
= link_to admin_geo_nodes_path, title: 'Geo Nodes' do
.nav-icon-container
= custom_icon('geo_nodes')
%span
%span.nav-item-name
Geo Nodes
= nav_link(controller: :deploy_keys) do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment