# HG changeset patch
# User Chris Cannam
# Date 1301656916 -3600
# Node ID c2230be27b7e7578d7226a69d976797e29bf961e
# Parent 055518fc4e4cdbd8dc51b0b70bf8e716b82a1c04# Parent 4188c6eaadf7ca41fef8505687db5212b1c01c78
Merge from branch "feature_128"
diff -r 055518fc4e4c -r c2230be27b7e app/views/welcome/index.rhtml
--- a/app/views/welcome/index.rhtml Fri Apr 01 12:14:07 2011 +0100
+++ b/app/views/welcome/index.rhtml Fri Apr 01 12:21:56 2011 +0100
@@ -9,6 +9,10 @@
<%= textilizable Setting.welcome_text %>
+ <%= call_hook(:view_welcome_index_left, :projects => @projects) %>
+
+
+
<% if @news.any? %>
<%=l(:label_news_latest)%>
@@ -16,17 +20,6 @@
<%= link_to l(:label_news_view_all), :controller => 'news' %>
<% end %>
- <%= call_hook(:view_welcome_index_left, :projects => @projects) %>
-
-
-
- <% if not @tipsoftheday.empty? %>
-
-
<%=l(:label_tipoftheday)%>
- <%= textilizable @tipsoftheday %>
-
- <% end %>
-
<% if @projects.any? %>
<%=l(:label_project_latest)%>