# HG changeset patch # User Chris Cannam # Date 1301656966 -3600 # Node ID 4188c6eaadf7ca41fef8505687db5212b1c01c78 # Parent 8da54f33a17b1dd6a30e5b6a4e5e0680e6e4d5bc Remove Tip of the Day from front page (fixing #128), move News to top of right column diff -r 8da54f33a17b -r 4188c6eaadf7 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:46 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)%>