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@1302: <%= link_to l(:label_project_all), { :controller => 'projects', :action => 'index' }%> chris@1322: <%= ('| ' + link_to(l(:label_search_projects), { :controller => 'search', :action => 'index', :projects => 1 })).html_safe %> Chris@1303: <%= ('| ' + link_to(l(:label_project_new), {:controller => 'projects', :action => 'new'}, :class => 'icon icon-add')).html_safe 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@1010:
chris@1010:

<%=l(:label_project_tags_all)%>

Chris@1530: <% cache(:action => 'explore', :action_suffix => 'tags') do %> chris@1010: <%= render :partial => 'projects/tagcloud' %> Chris@1530: <% end %> chris@1010:
chris@1213:
chris@1021: chris@1213:
chris@1213:
chris@1322:

<%=l(:label_project_latest)%>

chris@1322: <%= render :partial => 'projects/latest' %> chris@1322: <%= link_to l(:label_projects_more), { :controller => 'projects' }, :class => 'more' %> chris@1213:
chris@1213:
chris@1213: chris@1213:
chris@1010:
chris@1010:

<%=l(:label_institutions_busy)%>

Chris@1530: <% cache(:action => 'explore', :action_suffix => 'busy_institutions') do %> chris@1010: <%= render :partial => 'activities/busy_institution' %> Chris@1530: <% end %> Chris@1530: <%= link_to l(:label_overall_activity), { :controller => 'activities', :action => 'index' }, :class => 'more' %> chris@1010:
chris@1213:
chris@1213: Chris@1509:
Chris@1509:
Chris@1509:

<%=l(:label_projects_busy)%>

Chris@1530: <% cache(:action => 'explore', :action_suffix => 'busy_projects') do %> Chris@1509: <%= render :partial => 'activities/busy' %> Chris@1530: <% end %> Chris@1509: <%= link_to l(:label_overall_activity), { :controller => 'activities', :action => 'index' }, :class => 'more' %> Chris@1509:
Chris@1509:
Chris@1509: chris@1213:
Chris@1501:
Chris@1501:

<%=l(:label_projects_mature)%>

Chris@1530: <% cache(:action => 'explore', :action_suffix => 'mature_projects') do %> Chris@1501: <%= render :partial => 'projects/mature' %> Chris@1530: <% end %> Chris@1501: <%= link_to l(:label_projects_more), { :controller => 'projects' }, :class => 'more' %> Chris@1501:
Chris@1501:
Chris@1501: chris@1213: <% html_title(l(:label_explore_projects)) -%>