summaryrefslogtreecommitdiff
path: root/app/views/dashboard/_activities.html.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-04-24 17:39:53 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-04-24 17:39:53 +0300
commitf912650ded0e9d02f008f8903563a71d9703838b (patch)
tree8b4322f93e5d3a647f09bb2a8d60acdef48fe102 /app/views/dashboard/_activities.html.haml
parent6ae606d81f12d363e02c1dc0b5b9904d431a9a3a (diff)
downloadgitlab-ce-f912650ded0e9d02f008f8903563a71d9703838b.tar.gz
Improve mobile UI for dashboard and project pages
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/dashboard/_activities.html.haml')
-rw-r--r--app/views/dashboard/_activities.html.haml21
1 files changed, 11 insertions, 10 deletions
diff --git a/app/views/dashboard/_activities.html.haml b/app/views/dashboard/_activities.html.haml
index b4fe8fecf99..ba49013d834 100644
--- a/app/views/dashboard/_activities.html.haml
+++ b/app/views/dashboard/_activities.html.haml
@@ -1,13 +1,14 @@
-= render "events/event_last_push", event: @last_push
+.hidden-xs
+ = render "events/event_last_push", event: @last_push
-- if current_user
- %ul.nav.nav-pills.event_filter.pull-right
- %li.pull-right
- = link_to dashboard_path(:atom, { private_token: current_user.private_token }), class: 'rss-btn' do
- %i.fa.fa-rss
- Activity Feed
-
-= render 'shared/event_filter'
-%hr
+ - if current_user
+ %ul.nav.nav-pills.event_filter.pull-right
+ %li.pull-right
+ = link_to dashboard_path(:atom, { private_token: current_user.private_token }), class: 'rss-btn' do
+ %i.fa.fa-rss
+ Activity Feed
+
+ = render 'shared/event_filter'
+ %hr
.content_list
= spinner