summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-09-09 19:06:20 -0500
committerFatih Acet <acetfatih@gmail.com>2016-10-01 00:21:37 +0300
commitdd3f6772a8734aa243abc77c2ba0ea999fa2ac7e (patch)
tree5c15e5bbcfd8729afece0517378c8ced838ce02e
parentf4d4113240e6851fd8eede1170a60c06b22578e1 (diff)
downloadgitlab-ce-dd3f6772a8734aa243abc77c2ba0ea999fa2ac7e.tar.gz
Remove contianer from last push widget
-rw-r--r--app/views/projects/_activity.html.haml20
1 files changed, 12 insertions, 8 deletions
diff --git a/app/views/projects/_activity.html.haml b/app/views/projects/_activity.html.haml
index ac50ce83f6a..6b7f8519252 100644
--- a/app/views/projects/_activity.html.haml
+++ b/app/views/projects/_activity.html.haml
@@ -1,13 +1,17 @@
-.nav-block.activity-filter-block
- - if current_user
- .controls
- = link_to namespace_project_path(@project.namespace, @project, format: :atom, private_token: current_user.private_token), title: "Feed", class: 'btn rss-btn' do
- %i.fa.fa-rss
+- @no_container = true
- = render 'shared/event_filter'
-.content_list.project-activity{:"data-href" => activity_project_path(@project)}
-= spinner
+%div{ class: container_class }
+ .nav-block.activity-filter-block
+ - if current_user
+ .controls
+ = link_to namespace_project_path(@project.namespace, @project, format: :atom, private_token: current_user.private_token), title: "Feed", class: 'btn rss-btn' do
+ %i.fa.fa-rss
+
+ = render 'shared/event_filter'
+
+ .content_list.project-activity{:"data-href" => activity_project_path(@project)}
+ = spinner
:javascript
var activity = new Activities();