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 @ 1027:b0e0ffb43fa1

History | View | Annotate | Download (648 Bytes)

1 1007:3e52bc15dd67 chris
2 1010:76a677c96bce chris
<h2><%= l(:label_explore_projects) %></h2>
3 1007:3e52bc15dd67 chris
4 1010:76a677c96bce chris
  <div class="tags box">
5
  <h3><%=l(:label_project_tags_all)%></h3>
6
    <%= render :partial => 'projects/tagcloud' %>
7
  </div>
8 1007:3e52bc15dd67 chris
<div class="splitcontentleft">
9 1010:76a677c96bce chris
  <div class="institutions box">
10
  <h3><%=l(:label_institutions_busy)%></h3>
11
    <%= render :partial => 'activities/busy_institution' %>
12
  </div>
13 1007:3e52bc15dd67 chris
  <div class="projects box">
14
  <h3><%=l(:label_project_latest)%></h3>
15
    <%= render :partial => 'projects/latest' %>
16
  </div>
17
</div>
18 1010:76a677c96bce chris
<div class="splitcontentright">
19 1007:3e52bc15dd67 chris
  <div class="projects box">
20
  <h3><%=l(:label_projects_busy)%></h3>
21
    <%= render :partial => 'activities/busy' %>
22 1009:066b55d7c053 chris
  </div>
23 1007:3e52bc15dd67 chris
</div>