To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / app / views / projects / explore.html.erb @ 1041:af23bcbbd911

History | View | Annotate | Download (1.06 KB)

1 1041:af23bcbbd911 chris
<% content_for :header_tags do %>
2
    <%= stylesheet_link_tag 'redmine_tags', :plugin => 'redmine_tags' %>
3
<% end %>
4 1007:3e52bc15dd67 chris
5 1032:ff1556010d8b chris
<% cache(:action => 'explore', :action_suffix => 'tags', :expires_in => 1.hour) do %>
6 1010:76a677c96bce chris
<h2><%= l(:label_explore_projects) %></h2>
7
  <div class="tags box">
8
  <h3><%=l(:label_project_tags_all)%></h3>
9
    <%= render :partial => 'projects/tagcloud' %>
10
  </div>
11 1021:967fb7e62b1d chris
<% end %>
12
13 1007:3e52bc15dd67 chris
<div class="splitcontentleft">
14 1032:ff1556010d8b chris
  <% cache(:action => 'explore', :action_suffix => 'busy_institutions', :expires_in => 1.hour) do %>
15 1010:76a677c96bce chris
  <div class="institutions box">
16
  <h3><%=l(:label_institutions_busy)%></h3>
17
    <%= render :partial => 'activities/busy_institution' %>
18
  </div>
19 1021:967fb7e62b1d chris
  <% end %>
20 1007:3e52bc15dd67 chris
  <div class="projects box">
21
  <h3><%=l(:label_project_latest)%></h3>
22
    <%= render :partial => 'projects/latest' %>
23
  </div>
24
</div>
25 1010:76a677c96bce chris
<div class="splitcontentright">
26 1032:ff1556010d8b chris
  <% cache(:action => 'explore', :action_suffix => 'busy_projects', :expires_in => 1.hour) do %>
27 1007:3e52bc15dd67 chris
  <div class="projects box">
28
  <h3><%=l(:label_projects_busy)%></h3>
29
    <%= render :partial => 'activities/busy' %>
30 1009:066b55d7c053 chris
  </div>
31 1021:967fb7e62b1d chris
  <% end %>
32 1007:3e52bc15dd67 chris
</div>