# HG changeset patch # User Chris Cannam # Date 1292883306 0 # Node ID cede720e8f534fd88cb89c1fecea7166a8f615fe # Parent e0c08b2211ac7f657171b12944783ba835792753 * Move tip of the day to the right column (now there is more in the left one) diff -r e0c08b2211ac -r cede720e8f53 app/views/welcome/index.rhtml --- a/app/views/welcome/index.rhtml Mon Dec 20 12:48:56 2010 +0000 +++ b/app/views/welcome/index.rhtml Mon Dec 20 22:15:06 2010 +0000 @@ -9,14 +9,6 @@
<%= textilizable Setting.welcome_text %> - <% if not @tipsoftheday.empty? %> -
-

<%=l(:label_tipoftheday)%>

- <%= textilizable @tipsoftheday %> -
- <% end %> - - <% if @news.any? %>

<%=l(:label_news_latest)%>

@@ -28,6 +20,13 @@
+ <% if not @tipsoftheday.empty? %> +
+

<%=l(:label_tipoftheday)%>

+ <%= textilizable @tipsoftheday %> +
+ <% end %> + <% if @projects.any? %>

<%=l(:label_project_latest)%>