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:
authorAnnabel Dunstone <annabel.dunstone@gmail.com>2016-06-20 17:32:01 +0300
committerAnnabel Dunstone <annabel.dunstone@gmail.com>2016-06-20 17:32:01 +0300
commit7c41f35953494f5f7372a434c8c62a7b466c8212 (patch)
tree97c967c9f78c0850c5801a516af2091ffbaf25a9 /app/views/shared/_event_filter.html.haml
parent764c9131d31593cf8508e36db17f6b7bd026f4c0 (diff)
Add fade divs as li elements
Diffstat (limited to 'app/views/shared/_event_filter.html.haml')
-rw-r--r--app/views/shared/_event_filter.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/shared/_event_filter.html.haml b/app/views/shared/_event_filter.html.haml
index 30055002213..6f9809a9ed8 100644
--- a/app/views/shared/_event_filter.html.haml
+++ b/app/views/shared/_event_filter.html.haml
@@ -1,7 +1,7 @@
%ul.nav-links.event-filter.scrolling-tabs
- .fade-left
+ %li.fade-left
= event_filter_link EventFilter.push, 'Push events'
= event_filter_link EventFilter.merged, 'Merge events'
= event_filter_link EventFilter.comments, 'Comments'
= event_filter_link EventFilter.team, 'Team'
- .fade-right
+ %li.fade-right