summaryrefslogtreecommitdiff
path: root/app/views/layouts/nav/_profile.html.haml
diff options
context:
space:
mode:
authorAnnabel Dunstone <annabel.dunstone@gmail.com>2016-05-24 11:30:53 -0500
committerAnnabel Dunstone <annabel.dunstone@gmail.com>2016-05-25 17:14:28 -0500
commit3c3402b0ae4c2f70cc421d97ad9605a9abeb9398 (patch)
treea2155f2f0e6fa633fcbdda0e09cf23600db547be /app/views/layouts/nav/_profile.html.haml
parent77c7fb1469446c76c84ce5883d99e0e3debaf515 (diff)
downloadgitlab-ce-3c3402b0ae4c2f70cc421d97ad9605a9abeb9398.tar.gz
Add fade out to left side of layout nav; remove dropdown nav helper; remove controls button from mobile
Diffstat (limited to 'app/views/layouts/nav/_profile.html.haml')
-rw-r--r--app/views/layouts/nav/_profile.html.haml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/layouts/nav/_profile.html.haml b/app/views/layouts/nav/_profile.html.haml
index d3d733d5999..a31584c7f81 100644
--- a/app/views/layouts/nav/_profile.html.haml
+++ b/app/views/layouts/nav/_profile.html.haml
@@ -1,4 +1,5 @@
%ul.nav-links#scrolling-tabs
+ .fade-left
= nav_link(path: 'profiles#show', html_options: {class: 'home'}) do
= link_to profile_path, title: 'Profile Settings' do
= icon('user fw')
@@ -47,4 +48,4 @@
= icon('history fw')
%span
Audit Log
- .fade-out
+ .fade-right