chris@1041: <% content_for :header_tags do %> chris@1041: <%= stylesheet_link_tag 'redmine_tags', :plugin => 'redmine_tags' %> chris@1041: <% end %> chris@1007: chris@1193:
chris@1193: <%= link_to(l(:label_project_new), {:controller => 'projects', :action => 'new'}, :class => 'icon icon-add') if User.current.allowed_to?(:add_project, nil, :global => true) %> chris@1193:
chris@1193: chris@1194:

<%= l(:label_explore_projects) %>

chris@1194: chris@1213:
chris@1032: <% cache(:action => 'explore', :action_suffix => 'tags', :expires_in => 1.hour) do %> chris@1010:
chris@1010:

<%=l(:label_project_tags_all)%>

chris@1010: <%= render :partial => 'projects/tagcloud' %> chris@1010:
chris@1021: <% end %> chris@1213:
chris@1021: chris@1213:
chris@1213: <% cache(:action => 'explore', :action_suffix => 'mature_projects', :expires_in => 1.hour) do %> chris@1213:
chris@1213:

<%=l(:label_projects_mature)%>

chris@1213: <%= render :partial => 'projects/mature' %> chris@1213:
chris@1213: <% end %> chris@1213:
chris@1213: chris@1213:
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@1189: <%= link_to l(:label_overall_activity), { :controller => 'activities', :action => 'index' }, :class => 'more' %> chris@1010:
chris@1021: <% end %> chris@1213:
chris@1213: chris@1213:
chris@1007:
chris@1007:

<%=l(:label_project_latest)%>

chris@1007: <%= render :partial => 'projects/latest' %> chris@1189: <%= link_to l(:label_projects_more), { :controller => 'projects' }, :class => 'more' %> chris@1007:
chris@1007:
chris@1213: chris@1213:
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@1189: <%= link_to l(:label_overall_activity), { :controller => 'activities', :action => 'index' }, :class => 'more' %> chris@1009:
chris@1021: <% end %> chris@1007:
chris@1213: chris@1213: <% html_title(l(:label_explore_projects)) -%>