Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2015-04-25 23:03:03 +0300
committerRobert Speicher <rspeicher@gmail.com>2015-04-25 23:03:03 +0300
commit96593d79f93ad1ae18ad24545adc0e16c4a7e4ff (patch)
tree47be7569bbe7c220829da3eb5979230547ab8a43 /app/views/groups
parentd30ceda7debecc79d667ca0594aa13ab42b8a1a8 (diff)
Add data-placement attributes for all sidebar links
Diffstat (limited to 'app/views/groups')
-rw-r--r--app/views/groups/_settings_nav.html.haml8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/views/groups/_settings_nav.html.haml b/app/views/groups/_settings_nav.html.haml
index e6aee22e529..f93caf90076 100644
--- a/app/views/groups/_settings_nav.html.haml
+++ b/app/views/groups/_settings_nav.html.haml
@@ -1,11 +1,11 @@
%ul.sidebar-subnav
= nav_link(path: 'groups#edit') do
- = link_to edit_group_path(@group), title: 'Group' do
- %i.fa.fa-pencil-square-o
+ = link_to edit_group_path(@group), title: 'Group', data: {placement: 'right'} do
+ = icon('pencil-square-o')
%span
Group
= nav_link(path: 'groups#projects') do
- = link_to projects_group_path(@group), title: 'Projects' do
- %i.fa.fa-folder
+ = link_to projects_group_path(@group), title: 'Projects', data: {placement: 'right'} do
+ = icon('folder')
%span
Projects