replace tabs to spaces at app/views/boards/index.html.erb
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7320 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
49d667547d
commit
422bc131e3
|
@ -30,7 +30,7 @@
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<% other_formats_links do |f| %>
|
<% 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 %>
|
<% end %>
|
||||||
|
|
||||||
<% content_for :header_tags do %>
|
<% content_for :header_tags do %>
|
||||||
|
|
Loading…
Reference in New Issue