Revision 1010:76a677c96bce app/views

View differences:

app/views/projects/explore.html.erb
1 1

  
2
<h2><%= l(:label_browse) %></h2>
2
<h2><%= l(:label_explore_projects) %></h2>
3 3

  
4
  <div class="tags box">
5
  <h3><%=l(:label_project_tags_all)%></h3>
6
    <%= render :partial => 'projects/tagcloud' %>
7
  </div>
4 8
<div class="splitcontentleft">
9
  <div class="institutions box">
10
  <h3><%=l(:label_institutions_busy)%></h3>
11
    <%= render :partial => 'activities/busy_institution' %>
12
  </div>
5 13
  <div class="projects box">
6 14
  <h3><%=l(:label_project_latest)%></h3>
7 15
    <%= render :partial => 'projects/latest' %>
8
    <%= link_to l(:label_projects_more), :controller => 'projects' %>
9 16
  </div>
10 17
</div>
11
<div class="splitcontentleft">
12
  <div class="projects box">
13
  <h3><%=l(:label_project_tags_all)%></h3>
14
    <%= render :partial => 'projects/tagcloud' %>
15
    <%= link_to l(:label_projects_more), :controller => 'projects' %>
16
  </div>
18
<div class="splitcontentright">
17 19
  <div class="projects box">
18 20
  <h3><%=l(:label_projects_busy)%></h3>
19 21
    <%= render :partial => 'activities/busy' %>
20
    <%= link_to l(:label_projects_more), :controller => 'projects' %>
21
  </div>
22
  <div class="projects box">
23
  <h3><%=l(:label_institutions_busy)%></h3>
24
    <%= render :partial => 'activities/busy_institution' %>
25
    <%= link_to l(:label_projects_more), :controller => 'projects' %>
26 22
  </div>
27 23
</div>

Also available in: Unified diff