annotate app/views/projects/explore.html.erb @ 1478:5ca1f4a47171 bibplugin_db_migrations

Close obsolete branch bibplugin_db_migrations
author Chris Cannam
date Fri, 30 Nov 2012 14:40:50 +0000
parents af23bcbbd911
children 3e874cee63af
rev   line source
chris@1041 1 <% content_for :header_tags do %>
chris@1041 2 <%= stylesheet_link_tag 'redmine_tags', :plugin => 'redmine_tags' %>
chris@1041 3 <% end %>
chris@1007 4
chris@1032 5 <% cache(:action => 'explore', :action_suffix => 'tags', :expires_in => 1.hour) do %>
chris@1010 6 <h2><%= l(:label_explore_projects) %></h2>
chris@1010 7 <div class="tags box">
chris@1010 8 <h3><%=l(:label_project_tags_all)%></h3>
chris@1010 9 <%= render :partial => 'projects/tagcloud' %>
chris@1010 10 </div>
chris@1021 11 <% end %>
chris@1021 12
chris@1007 13 <div class="splitcontentleft">
chris@1032 14 <% cache(:action => 'explore', :action_suffix => 'busy_institutions', :expires_in => 1.hour) do %>
chris@1010 15 <div class="institutions box">
chris@1010 16 <h3><%=l(:label_institutions_busy)%></h3>
chris@1010 17 <%= render :partial => 'activities/busy_institution' %>
chris@1010 18 </div>
chris@1021 19 <% end %>
chris@1007 20 <div class="projects box">
chris@1007 21 <h3><%=l(:label_project_latest)%></h3>
chris@1007 22 <%= render :partial => 'projects/latest' %>
chris@1007 23 </div>
chris@1007 24 </div>
chris@1010 25 <div class="splitcontentright">
chris@1032 26 <% cache(:action => 'explore', :action_suffix => 'busy_projects', :expires_in => 1.hour) do %>
chris@1007 27 <div class="projects box">
chris@1007 28 <h3><%=l(:label_projects_busy)%></h3>
chris@1007 29 <%= render :partial => 'activities/busy' %>
chris@1009 30 </div>
chris@1021 31 <% end %>
chris@1007 32 </div>