chris@1041: <% content_for :header_tags do %>
chris@1041: <%= stylesheet_link_tag 'redmine_tags', :plugin => 'redmine_tags' %>
chris@1041: <% end %>
chris@1007:
chris@1032: <% cache(:action => 'explore', :action_suffix => 'tags', :expires_in => 1.hour) do %>
chris@1010:
chris@1032: <% cache(:action => 'explore', :action_suffix => 'busy_institutions', :expires_in => 1.hour) do %>
chris@1010:
chris@1010:
<%=l(:label_institutions_busy)%>
chris@1010: <%= render :partial => 'activities/busy_institution' %>
chris@1010:
chris@1021: <% end %>
chris@1007:
chris@1007:
<%=l(:label_project_latest)%>
chris@1007: <%= render :partial => 'projects/latest' %>
chris@1007:
chris@1007:
chris@1010:
chris@1032: <% cache(:action => 'explore', :action_suffix => 'busy_projects', :expires_in => 1.hour) do %>
chris@1007:
chris@1007:
<%=l(:label_projects_busy)%>
chris@1007: <%= render :partial => 'activities/busy' %>
chris@1009:
chris@1021: <% end %>
chris@1007: