summaryrefslogtreecommitdiff
path: root/app/views/projects/activity.html.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-07-07 16:01:12 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-07-07 16:01:12 +0200
commitd192f921c17561c82943bc803875ba6bf11fd8ce (patch)
treecd57bd9bf9a0c2e1e0659260e638c543c0fcf13f /app/views/projects/activity.html.haml
parent5e7f7f8d31cce732533e36b7be756b824b748f74 (diff)
downloadgitlab-ce-d192f921c17561c82943bc803875ba6bf11fd8ce.tar.gz
Move project activity to separate tab. Add more features to project home page
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/projects/activity.html.haml')
-rw-r--r--app/views/projects/activity.html.haml13
1 files changed, 13 insertions, 0 deletions
diff --git a/app/views/projects/activity.html.haml b/app/views/projects/activity.html.haml
new file mode 100644
index 00000000000..25bd93cae87
--- /dev/null
+++ b/app/views/projects/activity.html.haml
@@ -0,0 +1,13 @@
+.hidden-xs
+ = render "events/event_last_push", event: @last_push
+
+ - if current_user
+ %ul.nav.nav-pills.event_filter.pull-right
+ %li
+ = link_to namespace_project_path(@project.namespace, @project, format: :atom, private_token: current_user.private_token), title: "Feed", class: 'rss-btn' do
+ %i.fa.fa-rss
+
+ = render 'shared/event_filter'
+ %hr
+.content_list
+= spinner