Mercurial > hg > soundsoftware-site
diff app/views/projects/explore.html.erb @ 1501:467282ce64a4 cannam
Add varied-mature-projects Featured box
author | Chris Cannam |
---|---|
date | Fri, 21 Mar 2014 13:03:27 +0000 |
parents | f1fb4091d7f3 |
children | fae089e1f1a3 |
line wrap: on
line diff
--- a/app/views/projects/explore.html.erb Mon Mar 17 08:56:24 2014 +0000 +++ b/app/views/projects/explore.html.erb Fri Mar 21 13:03:27 2014 +0000 @@ -38,6 +38,16 @@ </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> + +<div class="threecolumnright"> <% cache(:action => 'explore', :action_suffix => 'busy_projects') do %> <div class="projects box"> <h3><%=l(:label_projects_busy)%></h3>