summaryrefslogtreecommitdiffstats
path: root/app/views
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2018-09-25 00:45:00 +0000
committerGo MAEDA <maeda@farend.jp>2018-09-25 00:45:00 +0000
commit053017ae21a4daaaea46d3e26f290b13283a6748 (patch)
tree401d25cfb5ce5cc7bee62d9b35b50e583910b435 /app/views
parentc76c0900bb49973fea7f1a5f1cecd16aadb16b6b (diff)
downloadredmine-053017ae21a4daaaea46d3e26f290b13283a6748.tar.gz
redmine-053017ae21a4daaaea46d3e26f290b13283a6748.zip
Move "Latest news" above "Members" on project overview page (#29183).
Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@17519 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views')
-rw-r--r--app/views/projects/show.html.erb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/show.html.erb b/app/views/projects/show.html.erb
index 5c3968511..e894bcd39 100644
--- a/app/views/projects/show.html.erb
+++ b/app/views/projects/show.html.erb
@@ -99,8 +99,6 @@
</div>
<div class="splitcontentright">
- <%= render :partial => 'members_box' %>
-
<% if @news.any? && authorize_for('news', 'index') %>
<div class="news box">
<h3 class="icon icon-news"><%=l(:label_news_latest)%></h3>
@@ -109,6 +107,8 @@
</div>
<% end %>
+ <%= render :partial => 'members_box' %>
+
<% if @subprojects.any? %>
<div class="projects box">
<h3 class="icon icon-projects"><%=l(:label_subproject_plural)%></h3>