# HG changeset patch
# User Chris Cannam
# Date 1395410309 0
# Node ID fae089e1f1a3d602639949d336eabcb7cdd0c57f
# Parent a983b92b2fc1b6c4ec99c5f9fd4f522130d5c421
Layout fix
diff -r a983b92b2fc1 -r fae089e1f1a3 app/views/projects/explore.html.erb
--- a/app/views/projects/explore.html.erb Fri Mar 21 13:37:49 2014 +0000
+++ b/app/views/projects/explore.html.erb Fri Mar 21 13:58:29 2014 +0000
@@ -37,6 +37,16 @@
<% end %>
+
+ <% cache(:action => 'explore', :action_suffix => 'busy_projects') do %>
+
+
<%=l(:label_projects_busy)%>
+ <%= render :partial => 'activities/busy' %>
+ <%= link_to l(:label_overall_activity), { :controller => 'activities', :action => 'index' }, :class => 'more' %>
+
+ <% end %>
+
+
<% cache(:action => 'explore', :action_suffix => 'mature_projects') do %>
@@ -47,14 +57,4 @@
<% end %>
-
- <% cache(:action => 'explore', :action_suffix => 'busy_projects') do %>
-
-
<%=l(:label_projects_busy)%>
- <%= render :partial => 'activities/busy' %>
- <%= link_to l(:label_overall_activity), { :controller => 'activities', :action => 'index' }, :class => 'more' %>
-
- <% end %>
-
-
<% html_title(l(:label_explore_projects)) -%>