Mercurial > hg > soundsoftware-site
diff app/views/projects/explore.html.erb @ 1010:76a677c96bce browsing
Layout bits
author | Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
---|---|
date | Mon, 12 Nov 2012 14:22:39 +0000 |
parents | 066b55d7c053 |
children | 967fb7e62b1d |
line wrap: on
line diff
--- a/app/views/projects/explore.html.erb Mon Nov 12 13:34:32 2012 +0000 +++ b/app/views/projects/explore.html.erb Mon Nov 12 14:22:39 2012 +0000 @@ -1,27 +1,23 @@ -<h2><%= l(:label_browse) %></h2> +<h2><%= l(:label_explore_projects) %></h2> + <div class="tags box"> + <h3><%=l(:label_project_tags_all)%></h3> + <%= render :partial => 'projects/tagcloud' %> + </div> <div class="splitcontentleft"> + <div class="institutions box"> + <h3><%=l(:label_institutions_busy)%></h3> + <%= render :partial => 'activities/busy_institution' %> + </div> <div class="projects box"> <h3><%=l(:label_project_latest)%></h3> <%= render :partial => 'projects/latest' %> - <%= link_to l(:label_projects_more), :controller => 'projects' %> </div> </div> -<div class="splitcontentleft"> - <div class="projects box"> - <h3><%=l(:label_project_tags_all)%></h3> - <%= render :partial => 'projects/tagcloud' %> - <%= link_to l(:label_projects_more), :controller => 'projects' %> - </div> +<div class="splitcontentright"> <div class="projects box"> <h3><%=l(:label_projects_busy)%></h3> <%= render :partial => 'activities/busy' %> - <%= link_to l(:label_projects_more), :controller => 'projects' %> - </div> - <div class="projects box"> - <h3><%=l(:label_institutions_busy)%></h3> - <%= render :partial => 'activities/busy_institution' %> - <%= link_to l(:label_projects_more), :controller => 'projects' %> </div> </div>