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 @ 1032:ff1556010d8b

History | View | Annotate | Download (966 Bytes)

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