Skip to content
Snippets Groups Projects
Commit bbc6ea0a authored by Kamil Trzcinski's avatar Kamil Trzcinski Committed by Robert Speicher
Browse files

Fix navigation icons

(cherry picked from commit 5394244d)
parent 49bc3f73
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -5,7 +5,7 @@
Projects
= nav_link path: 'events' do
= link_to admin_events_path do
%i.icon-bar-chart
%i.icon-book
Events
= nav_link path: 'runners#index' do
= link_to admin_runners_path do
Loading
Loading
Loading
Loading
@@ -22,7 +22,7 @@
Web Hooks
= nav_link path: 'services#index' do
= link_to project_services_path(@project) do
%i.icon-gear
%i.icon-share
Services
= nav_link path: 'events#index' do
= link_to project_events_path(@project) do
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment