Skip to content
Snippets Groups Projects
Commit 738a592d authored by 🚄 Job van der Voort 🚀's avatar 🚄 Job van der Voort 🚀 Committed by Dmitriy Zaporozhets
Browse files

Merge branch 'project-settings-icons' into 'master'

Fixed the alignment of project settings icons

easy fix: changed %i to = icons

See merge request !432
parent 8074fe63
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -15,7 +15,7 @@
Project Settings
= nav_link(controller: :group_links) do
= link_to namespace_project_group_links_path(@project.namespace, @project) do
%i.fa.fa-share-square-o
= icon('share-square-o fw')
%span
Groups
= nav_link(controller: :deploy_keys) do
Loading
Loading
@@ -30,7 +30,7 @@
Web Hooks
= nav_link(controller: :git_hooks) do
= link_to namespace_project_git_hooks_path(@project.namespace, @project) do
%i.fa.fa-git-square
= icon('git-square fw')
%span
Git Hooks
= nav_link(controller: :services) do
Loading
Loading
@@ -45,6 +45,6 @@
Protected branches
= nav_link(controller: :audit_events) do
= link_to namespace_project_audit_events_path(@project.namespace, @project) do
%i.fa.fa-file-text-o
= icon('file-text-o fw')
%span
Audit Events
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