changeset 113:cede720e8f53 live

* Move tip of the day to the right column (now there is more in the left one)
author Chris Cannam
date Mon, 20 Dec 2010 22:15:06 +0000
parents e0c08b2211ac
children bf38a7365edf
files app/views/welcome/index.rhtml
diffstat 1 files changed, 7 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- 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 @@
 <div class="splitcontentleft">
   <%= textilizable Setting.welcome_text %>
   
-  <% if not @tipsoftheday.empty? %>
-    <div class="newsoftheday box">
-	  <h3><%=l(:label_tipoftheday)%></h3>
-	  <%= textilizable @tipsoftheday %>
-    </div>
-  <% end %>
-
-
   <% if @news.any? %>
   <div class="news box">
 	<h3><%=l(:label_news_latest)%></h3>
@@ -28,6 +20,13 @@
 </div>
 
 <div class="splitcontentright">
+  <% if not @tipsoftheday.empty? %>
+    <div class="newsoftheday box">
+          <h3><%=l(:label_tipoftheday)%></h3>
+          <%= textilizable @tipsoftheday %>
+    </div>
+  <% end %>
+
     <% if @projects.any? %>
 	<div class="projects box">
 	<h3><%=l(:label_project_latest)%></h3>