From 502c53b5fe52d7378a72f2363d39c6ed02108261 Mon Sep 17 00:00:00 2001
From: Annabel Dunstone Gray <annabel.dunstone@gmail.com>
Date: Fri, 9 Sep 2016 19:17:19 -0500
Subject: [PATCH] Add white background to create MR banner

---
 app/views/projects/_activity.html.haml  | 3 +--
 app/views/projects/_last_push.html.haml | 2 +-
 2 files changed, 2 insertions(+), 3 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'
 
diff --git a/app/views/projects/_last_push.html.haml b/app/views/projects/_last_push.html.haml
index 3c6b931f41a..1c3bccccb5c 100644
--- a/app/views/projects/_last_push.html.haml
+++ b/app/views/projects/_last_push.html.haml
@@ -1,6 +1,6 @@
 - if event = last_push_event
   - if show_last_push_widget?(event)
-    .row-content-block.top-block.clear-block.hidden-xs
+    .row-content-block.top-block.hidden-xs.white
       %div{ class: container_class }
         .event-last-push
           .event-last-push-text
-- 
GitLab