replace a tab to spaces at app/views/projects/index.html.erb
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7231 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
7c5122d864
commit
cc52bf19f7
|
@ -20,7 +20,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(l(:label_project_plural)) -%>
|
||||
|
|
Loading…
Reference in New Issue