summaryrefslogtreecommitdiff
path: root/app/views/projects/_activity.html.haml
diff options
context:
space:
mode:
authorwinniehell <git@winniehell.de>2016-07-04 15:19:07 +0200
committerwinniehell <git@winniehell.de>2016-07-14 19:04:59 +0200
commitfa079e38d443275efc7b23aa62f44d1e426cd37e (patch)
tree6a6c4dff97888c7accb96df0b6b93b11d200de5a /app/views/projects/_activity.html.haml
parent7458892c32ca0d74db97c3d529bf8c805bac733f (diff)
downloadgitlab-ce-fa079e38d443275efc7b23aa62f44d1e426cd37e.tar.gz
Hide namespace and project name on project activity page (!5068)
Diffstat (limited to 'app/views/projects/_activity.html.haml')
-rw-r--r--app/views/projects/_activity.html.haml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/projects/_activity.html.haml b/app/views/projects/_activity.html.haml
index 48b0dd6b121..ac50ce83f6a 100644
--- a/app/views/projects/_activity.html.haml
+++ b/app/views/projects/_activity.html.haml
@@ -5,7 +5,8 @@
%i.fa.fa-rss
= render 'shared/event_filter'
-.content_list{:"data-href" => activity_project_path(@project)}
+
+.content_list.project-activity{:"data-href" => activity_project_path(@project)}
= spinner
:javascript