summaryrefslogtreecommitdiff
path: root/app/views/projects/show.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/show.html.haml')
-rw-r--r--app/views/projects/show.html.haml15
1 files changed, 1 insertions, 14 deletions
diff --git a/app/views/projects/show.html.haml b/app/views/projects/show.html.haml
index 5cf2b73600c..8132ac730c8 100644
--- a/app/views/projects/show.html.haml
+++ b/app/views/projects/show.html.haml
@@ -41,20 +41,7 @@
.row
%section.col-md-9
- .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
- Activity Feed
-
- = render 'shared/event_filter'
- %hr
- .content_list
- = spinner
+ = render 'section'
%aside.col-md-3.project-side
= render 'aside'