# HG changeset patch # User Chris Cannam # Date 1301656978 -3600 # Node ID bb5e1ca422f8c7957cd25098cf7b997363b08183 # Parent 8da54f33a17b1dd6a30e5b6a4e5e0680e6e4d5bc# Parent 4188c6eaadf7ca41fef8505687db5212b1c01c78 Merge diff -r 8da54f33a17b -r bb5e1ca422f8 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:22:58 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)%>