summaryrefslogtreecommitdiffstats
path: root/app/views/projects
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2019-01-12 02:51:41 +0000
committerGo MAEDA <maeda@farend.jp>2019-01-12 02:51:41 +0000
commitca043789fd746311574e293783099dc16930dcb2 (patch)
treea9a5f023b216e78e92f035b7480aa8e70390007a /app/views/projects
parent4139b36011a5c9c54376dee0839f6f50a747a0d8 (diff)
downloadredmine-ca043789fd746311574e293783099dc16930dcb2.tar.gz
redmine-ca043789fd746311574e293783099dc16930dcb2.zip
Wrap "splitcontentright" and "splitcontentleft" containers with a flexbox (#30168).
Patch by Max Johansson. git-svn-id: http://svn.redmine.org/redmine/trunk@17790 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/projects')
-rw-r--r--app/views/projects/show.html.erb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/projects/show.html.erb b/app/views/projects/show.html.erb
index e894bcd39..a36afeb6c 100644
--- a/app/views/projects/show.html.erb
+++ b/app/views/projects/show.html.erb
@@ -17,6 +17,7 @@
<p class="warning"><span class="icon icon-lock"><%= l(:text_project_closed) %></span></p>
<% end %>
+<div class="splitcontent">
<div class="splitcontentleft">
<% if @project.description.present? %>
<div class="wiki">
@@ -118,6 +119,7 @@
<%= call_hook(:view_projects_show_right, :project => @project) %>
</div>
+</div>
<% content_for :sidebar do %>
<%= call_hook(:view_projects_show_sidebar_bottom, :project => @project) %>