Skip to content
Snippets Groups Projects
Commit ab3ecb34 authored by Robert Speicher's avatar Robert Speicher
Browse files

Merge branch 'nav-icons' into 'master'

Fix navigation icons

See merge request !239
parents 8c1dd9a1 7b86ce22
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -12,6 +12,7 @@ v7.14.0 (unreleased)
- Added support for CI skipped status
- Fix broken yaml error saving
- Rename type(s) to stage(s)
- Fix navigation icons
- Add missing stage when doing retry
- Require variable keys to be not-empty and unique
- Fix variable saving issue
Loading
Loading
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