replace tabs to spaces at app/views/news/index.html.erb
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7350 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
ba86d0fdfe
commit
5d973f110e
|
@ -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 %>
|
||||
|
|
Loading…
Reference in New Issue