replace tabs to spaces at app/views/boards/show.html.erb

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7319 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2011-09-17 08:43:14 +00:00
parent 9a6f1abf84
commit 49d667547d
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@
<% end %>
<% other_formats_links do |f| %>
<%= f.link_to 'Atom', :url => {:key => User.current.rss_key} %>
<%= f.link_to 'Atom', :url => {:key => User.current.rss_key} %>
<% end %>
<% html_title h(@board.name) %>