view app/views/projects/explore.html.erb @ 1185:f37237021a46 cannam

Merge
author Chris Cannam <chris.cannam@soundsoftware.ac.uk>
date Tue, 22 Jan 2013 14:14:56 +0000
parents af23bcbbd911
children 3e874cee63af
line wrap: on
line source
<% content_for :header_tags do %>
    <%= stylesheet_link_tag 'redmine_tags', :plugin => 'redmine_tags' %>
<% end %>

<% cache(:action => 'explore', :action_suffix => 'tags', :expires_in => 1.hour) do %>
<h2><%= l(:label_explore_projects) %></h2>
  <div class="tags box">
  <h3><%=l(:label_project_tags_all)%></h3>
    <%= render :partial => 'projects/tagcloud' %>
  </div>
<% end %>

<div class="splitcontentleft">
  <% cache(:action => 'explore', :action_suffix => 'busy_institutions', :expires_in => 1.hour) do %>
  <div class="institutions box">
  <h3><%=l(:label_institutions_busy)%></h3>
    <%= render :partial => 'activities/busy_institution' %>
  </div>
  <% end %>
  <div class="projects box">
  <h3><%=l(:label_project_latest)%></h3>
    <%= render :partial => 'projects/latest' %>
  </div>
</div>
<div class="splitcontentright">
  <% cache(:action => 'explore', :action_suffix => 'busy_projects', :expires_in => 1.hour) do %>
  <div class="projects box">
  <h3><%=l(:label_projects_busy)%></h3>
    <%= render :partial => 'activities/busy' %>
  </div>
  <% end %>
</div>