summaryrefslogtreecommitdiff
path: root/app/views/dashboard/_activity_head.html.haml
diff options
context:
space:
mode:
authorAlfredo Sumaran <alfredo@gitlab.com>2016-12-13 18:01:40 -0500
committerAlfredo Sumaran <alfredo@gitlab.com>2016-12-14 10:32:14 -0500
commit8a6b4c1f7aadd948b5ab5c3525eca67e298c8df4 (patch)
tree88648ac98bd5e06ac1a39728838601927ba34660 /app/views/dashboard/_activity_head.html.haml
parentabad9a9b41f549e9660ac21a978dca4033efa777 (diff)
downloadgitlab-ce-8a6b4c1f7aadd948b5ab5c3525eca67e298c8df4.tar.gz
Remove white space between nav itemsfix-navigation-white-space
Diffstat (limited to 'app/views/dashboard/_activity_head.html.haml')
-rw-r--r--app/views/dashboard/_activity_head.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/dashboard/_activity_head.html.haml b/app/views/dashboard/_activity_head.html.haml
index b78e70ebc1e..02b94beee92 100644
--- a/app/views/dashboard/_activity_head.html.haml
+++ b/app/views/dashboard/_activity_head.html.haml
@@ -1,7 +1,7 @@
%ul.nav-links
- %li{ class: ("active" unless params[:filter]) }
+ %li{ class: ("active" unless params[:filter]) }>
= link_to activity_dashboard_path, class: 'shortcuts-activity', data: {placement: 'right'} do
Your Projects
- %li{ class: ("active" if params[:filter] == 'starred') }
+ %li{ class: ("active" if params[:filter] == 'starred') }>
= link_to activity_dashboard_path(filter: 'starred'), data: {placement: 'right'} do
Starred Projects