Revision 1592:72d9219f2f19
| app/views/projects/explore.html.erb | ||
|---|---|---|
| 11 | 11 |
<h2><%= l(:label_explore_projects) %></h2> |
| 12 | 12 |
|
| 13 | 13 |
<div class="threecolumnleft"> |
| 14 |
<div class="tags box">
|
|
| 15 |
<h3><%=l(:label_project_tags_all)%></h3>
|
|
| 16 |
<% cache(:action => 'explore', :action_suffix => 'tags') do %>
|
|
| 17 |
<%= render :partial => 'projects/tagcloud' %>
|
|
| 14 |
<div class="projects box">
|
|
| 15 |
<h3><%=l(:label_projects_busy)%></h3>
|
|
| 16 |
<% cache(:action => 'explore', :action_suffix => 'busy_projects') do %>
|
|
| 17 |
<%= render :partial => 'activities/busy' %>
|
|
| 18 | 18 |
<% end %> |
| 19 |
<%= link_to l(:label_overall_activity), { :controller => 'activities', :action => 'index' }, :class => 'more' %>
|
|
| 19 | 20 |
</div> |
| 20 | 21 |
</div> |
| 21 | 22 |
|
| ... | ... | |
| 27 | 28 |
</div> |
| 28 | 29 |
</div> |
| 29 | 30 |
|
| 30 |
<div class="threecolumnleft"> |
|
| 31 |
<div class="institutions box"> |
|
| 32 |
<h3><%=l(:label_institutions_busy)%></h3> |
|
| 33 |
<% cache(:action => 'explore', :action_suffix => 'busy_institutions') do %> |
|
| 34 |
<%= render :partial => 'activities/busy_institution' %> |
|
| 35 |
<% end %> |
|
| 36 |
<%= link_to l(:label_overall_activity), { :controller => 'activities', :action => 'index' }, :class => 'more' %>
|
|
| 37 |
</div> |
|
| 38 |
</div> |
|
| 39 |
|
|
| 40 |
<div class="threecolumnright"> |
|
| 41 |
<div class="projects box"> |
|
| 42 |
<h3><%=l(:label_projects_busy)%></h3> |
|
| 43 |
<% cache(:action => 'explore', :action_suffix => 'busy_projects') do %> |
|
| 44 |
<%= render :partial => 'activities/busy' %> |
|
| 45 |
<% end %> |
|
| 46 |
<%= link_to l(:label_overall_activity), { :controller => 'activities', :action => 'index' }, :class => 'more' %>
|
|
| 47 |
</div> |
|
| 48 |
</div> |
|
| 49 |
|
|
| 50 | 31 |
<div class="threecolumnmid"> |
| 51 | 32 |
<div class="projects box"> |
| 52 | 33 |
<h3><%=l(:label_projects_mature)%></h3> |
| ... | ... | |
| 57 | 38 |
</div> |
| 58 | 39 |
</div> |
| 59 | 40 |
|
| 41 |
<div class="tags box" style="clear:all"> |
|
| 42 |
<h3><%=l(:label_project_tags_all)%></h3> |
|
| 43 |
<% cache(:action => 'explore', :action_suffix => 'tags') do %> |
|
| 44 |
<%= render :partial => 'projects/tagcloud' %> |
|
| 45 |
<% end %> |
|
| 46 |
</div> |
|
| 47 |
|
|
| 48 |
|
|
| 60 | 49 |
<% html_title(l(:label_explore_projects)) -%> |
Also available in: Unified diff