summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>