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:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-06-21 18:47:12 +0300
committerRobert Speicher <rspeicher@gmail.com>2016-06-21 19:05:27 +0300
commitddea2e3f25a661fc27907266db52bb9f3ac4d76b (patch)
tree1167917f2f529dccbe197e6fde5c4b642fadc9e1 /app/views/shared
parent2a1085a9f1c68db58569936bae8278ce7ad4f6b1 (diff)
Merge branch '18881-horizontal-nav-arrow'
Diffstat (limited to 'app/views/shared')
-rw-r--r--app/views/shared/_event_filter.html.haml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/shared/_event_filter.html.haml b/app/views/shared/_event_filter.html.haml
index 30055002213..f96cc981c8d 100644
--- a/app/views/shared/_event_filter.html.haml
+++ b/app/views/shared/_event_filter.html.haml
@@ -1,7 +1,9 @@
%ul.nav-links.event-filter.scrolling-tabs
.fade-left
+ = icon('arrow-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
+ = icon('arrow-right')