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

app/views/boards/index.html.erb

index 7c79835e7bbc604966738af413a11ae7c2ec11d3..9f5c65b6b756f527757d623c7883037b9eff6dc2 100644 (file)
@@ -30,7 +30,7 @@
 </table>
 
 <% other_formats_links do |f| %>
-       <%= f.link_to 'Atom', :url => {:controller => 'activities', :action => 'index', :id => @project, :show_messages => 1, :key => User.current.rss_key} %>
+  <%= f.link_to 'Atom', :url => {:controller => 'activities', :action => 'index', :id => @project, :show_messages => 1, :key => User.current.rss_key} %>
 <% end %>
 
 <% content_for :header_tags do %>