]> source.dussan.org Git - redmine.git/commitdiff
replace tabs to spaces at app/views/welcome/index.html.erb
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sat, 17 Sep 2011 08:03:56 +0000 (08:03 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sat, 17 Sep 2011 08:03:56 +0000 (08:03 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7304 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/welcome/index.html.erb

index e9e5944f7429b344422db00634241562aa425dd5..125f9dd8a358ac16c6f32054d0d5c30b082338fa 100644 (file)
@@ -4,9 +4,9 @@
   <%= textilizable Setting.welcome_text %>
   <% if @news.any? %>
   <div class="news box">
-       <h3><%=l(:label_news_latest)%></h3>
-               <%= render :partial => 'news/news', :collection => @news %>
-               <%= link_to l(:label_news_view_all), :controller => 'news' %>
+  <h3><%=l(:label_news_latest)%></h3>
+    <%= render :partial => 'news/news', :collection => @news %>
+    <%= link_to l(:label_news_view_all), :controller => 'news' %>
   </div>
   <% end %>
   <%= call_hook(:view_welcome_index_left, :projects => @projects) %>
 
 <div class="splitcontentright">
     <% if @projects.any? %>
-       <div class="projects box">
-       <h3><%=l(:label_project_latest)%></h3>
-               <ul>
-               <% for project in @projects %>
-                 <% @project = project %>
-                       <li>
-                       <%= link_to_project project %> (<%= format_time(project.created_on) %>)
-                       <%= textilizable project.short_description, :project => project %>
-                       </li>
-               <% end %>
+  <div class="projects box">
+  <h3><%=l(:label_project_latest)%></h3>
+    <ul>
+    <% for project in @projects %>
+      <% @project = project %>
+      <li>
+      <%= link_to_project project %> (<%= format_time(project.created_on) %>)
+      <%= textilizable project.short_description, :project => project %>
+      </li>
+    <% end %>
     <% @project = nil %>
-               </ul>
-       </div>
-       <% end %>
+    </ul>
+  </div>
+  <% end %>
     <%= call_hook(:view_welcome_index_right, :projects => @projects) %>
-</div> 
+</div>  
 
 <% content_for :header_tags do %>
 <%= stylesheet_link_tag 'scm' %>