Mercurial > hg > soundsoftware-site
changeset 1509:fae089e1f1a3 live
Layout fix
author | Chris Cannam |
---|---|
date | Fri, 21 Mar 2014 13:58:29 +0000 |
parents | a983b92b2fc1 |
children | ce4819fa2692 |
files | app/views/projects/explore.html.erb |
diffstat | 1 files changed, 10 insertions(+), 10 deletions(-) [+] |
line wrap: on
line diff
--- a/app/views/projects/explore.html.erb Fri Mar 21 13:37:49 2014 +0000 +++ b/app/views/projects/explore.html.erb Fri Mar 21 13:58:29 2014 +0000 @@ -37,6 +37,16 @@ <% end %> </div> +<div class="threecolumnright"> + <% cache(:action => 'explore', :action_suffix => 'busy_projects') do %> + <div class="projects box"> + <h3><%=l(:label_projects_busy)%></h3> + <%= render :partial => 'activities/busy' %> + <%= link_to l(:label_overall_activity), { :controller => 'activities', :action => 'index' }, :class => 'more' %> + </div> + <% end %> +</div> + <div class="threecolumnmid"> <% cache(:action => 'explore', :action_suffix => 'mature_projects') do %> <div class="projects box"> @@ -47,14 +57,4 @@ <% end %> </div> -<div class="threecolumnright"> - <% cache(:action => 'explore', :action_suffix => 'busy_projects') do %> - <div class="projects box"> - <h3><%=l(:label_projects_busy)%></h3> - <%= render :partial => 'activities/busy' %> - <%= link_to l(:label_overall_activity), { :controller => 'activities', :action => 'index' }, :class => 'more' %> - </div> - <% end %> -</div> - <% html_title(l(:label_explore_projects)) -%>