Last push event widget width for fixed layout

This commit is contained in:
George Tsiolis 2017-12-21 23:24:00 +02:00
parent 539996f7da
commit d4e2805eb2
3 changed files with 21 additions and 14 deletions

View File

@ -1,5 +1,6 @@
- event = last_push_event
- if event && show_last_push_widget?(event)
%div{ class: container_class }
.row-content-block.top-block.hidden-xs.white
.event-last-push
.event-last-push-text

View File

@ -6,6 +6,7 @@
= content_for :meta_tags do
= auto_discovery_link_tag(:atom, project_commits_url(@project, @ref, rss_url_options), title: "#{@project.name}:#{@ref} commits")
= render 'projects/last_push'
%div{ class: [(container_class), ("limit-container-width" unless fluid_layout)] }
= render 'projects/last_push'
= render 'projects/files', commit: @last_commit, project: @project, ref: @ref, content_url: project_tree_path(@project, @id)

View File

@ -0,0 +1,5 @@
---
title: Last push event widget width for fixed layout
merge_request: 15862
author: George Tsiolis
type: fixed