Feature #29183 » swap-positions-of-members-and-latest-news.diff
| app/views/projects/show.html.erb (working copy) | ||
|---|---|---|
| 98 | 98 |
</div> |
| 99 | 99 | |
| 100 | 100 |
<div class="splitcontentright"> |
| 101 |
<%= render :partial => 'members_box' %> |
|
| 102 | ||
| 103 | 101 |
<% if @news.any? && authorize_for('news', 'index') %>
|
| 104 | 102 |
<div class="news box"> |
| 105 | 103 |
<h3 class="icon icon-news"><%=l(:label_news_latest)%></h3> |
| ... | ... | |
| 108 | 106 |
</div> |
| 109 | 107 |
<% end %> |
| 110 | 108 | |
| 109 |
<%= render :partial => 'members_box' %> |
|
| 110 | ||
| 111 | 111 |
<% if @subprojects.any? %> |
| 112 | 112 |
<div class="projects box"> |
| 113 | 113 |
<h3 class="icon icon-projects"><%=l(:label_subproject_plural)%></h3> |
- « Previous
- 1
- 2
- 3
- Next »