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

app/views/news/index.html.erb

index 1c2fd51b4add12b111f269b75d678da1daf66699..fc98a534995d3c21ad4d068cc6d1a32179cd0cec 100644 (file)
@@ -40,7 +40,7 @@
 <p class="pagination"><%= pagination_links_full @news_pages %></p>
 
 <% other_formats_links do |f| %>
-       <%= f.link_to 'Atom', :url => {:project_id => @project, :key => User.current.rss_key} %>
+  <%= f.link_to 'Atom', :url => {:project_id => @project, :key => User.current.rss_key} %>
 <% end %>
 
 <% content_for :header_tags do %>