# HG changeset patch
# User Chris Cannam
# Date 1503063966 -3600
# Node ID 72d9219f2f1916e3a840bd3274caa01a155b3571
# Parent 63650ae64bf24360c88967547af8ffc3892b83ef
Rejig explore page
diff -r 63650ae64bf2 -r 72d9219f2f19 app/views/projects/explore.html.erb
--- a/app/views/projects/explore.html.erb Fri Aug 18 13:04:09 2017 +0100
+++ b/app/views/projects/explore.html.erb Fri Aug 18 14:46:06 2017 +0100
@@ -11,11 +11,12 @@
<%= l(:label_explore_projects) %>
-
-
-
<%=l(:label_institutions_busy)%>
- <% cache(:action => 'explore', :action_suffix => 'busy_institutions') do %>
- <%= render :partial => 'activities/busy_institution' %>
- <% end %>
- <%= link_to l(:label_overall_activity), { :controller => 'activities', :action => 'index' }, :class => 'more' %>
-
-
-
-
-
-
<%=l(:label_projects_busy)%>
- <% cache(:action => 'explore', :action_suffix => 'busy_projects') do %>
- <%= render :partial => 'activities/busy' %>
- <% end %>
- <%= link_to l(:label_overall_activity), { :controller => 'activities', :action => 'index' }, :class => 'more' %>
-
-
-
<%=l(:label_projects_mature)%>
@@ -57,4 +38,12 @@
+
+
<%=l(:label_project_tags_all)%>
+ <% cache(:action => 'explore', :action_suffix => 'tags') do %>
+ <%= render :partial => 'projects/tagcloud' %>
+ <% end %>
+
+
+
<% html_title(l(:label_explore_projects)) -%>