Mercurial > hg > soundsoftware-site
diff app/views/projects/explore.html.erb @ 1519:afce8026aaeb redmine-2.4-integration
Merge from branch "live"
author | Chris Cannam |
---|---|
date | Tue, 09 Sep 2014 09:34:53 +0100 |
parents | fae089e1f1a3 |
children | 83a2227efc71 |
line wrap: on
line diff
--- a/app/views/projects/explore.html.erb Tue Sep 09 09:32:11 2014 +0100 +++ b/app/views/projects/explore.html.erb Tue Sep 09 09:34:53 2014 +0100 @@ -37,7 +37,7 @@ <% end %> </div> -<div class="threecolumnmid"> +<div class="threecolumnright"> <% cache(:action => 'explore', :action_suffix => 'busy_projects') do %> <div class="projects box"> <h3><%=l(:label_projects_busy)%></h3> @@ -47,4 +47,14 @@ <% end %> </div> +<div class="threecolumnmid"> + <% cache(:action => 'explore', :action_suffix => 'mature_projects') do %> + <div class="projects box"> + <h3><%=l(:label_projects_mature)%></h3> + <%= render :partial => 'projects/mature' %> + <%= link_to l(:label_projects_more), { :controller => 'projects' }, :class => 'more' %> + </div> + <% end %> +</div> + <% html_title(l(:label_explore_projects)) -%>