Skip to content
Snippets Groups Projects
Commit 502c53b5 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray Committed by Fatih Acet
Browse files

Add white background to create MR banner

parent 96a7648f
No related branches found
No related tags found
No related merge requests found
- @no_container = true - @no_container = true
   
%div{ class: container_class } %div{ class: container_class }
.nav-block.activity-filter-block .nav-block.activity-filter-block
- if current_user - if current_user
.controls .controls
= link_to namespace_project_path(@project.namespace, @project, format: :atom, private_token: current_user.private_token), title: "Feed", class: 'btn rss-btn' do = 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' = render 'shared/event_filter'
   
Loading
Loading
- if event = last_push_event - if event = last_push_event
- if show_last_push_widget?(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 } %div{ class: container_class }
.event-last-push .event-last-push
.event-last-push-text .event-last-push-text
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment