Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-09-10 03:17:19 +0300
committerFatih Acet <acetfatih@gmail.com>2016-10-01 00:21:37 +0300
commit502c53b5fe52d7378a72f2363d39c6ed02108261 (patch)
tree3e80c6d2e933187c0ce943f4c9923541dd00287b /app/views/projects/_activity.html.haml
parent96a7648f242cfab6649aab86fd4d03e5efe85ba9 (diff)
Add white background to create MR banner
Diffstat (limited to 'app/views/projects/_activity.html.haml')
-rw-r--r--app/views/projects/_activity.html.haml3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/views/projects/_activity.html.haml b/app/views/projects/_activity.html.haml
index 6b7f8519252..d011e51e696 100644
--- a/app/views/projects/_activity.html.haml
+++ b/app/views/projects/_activity.html.haml
@@ -1,12 +1,11 @@
- @no_container = true
-
%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
+ = icon('rss')
= render 'shared/event_filter'