##// END OF EJS Templates
replace tabs to spaces at app/views/news/index.html.erb...
Toshi MARUYAMA -
r7230:5d973f110e4f
parent child
Show More
@@ -40,7 +40,7
40 40 <p class="pagination"><%= pagination_links_full @news_pages %></p>
41 41
42 42 <% other_formats_links do |f| %>
43 <%= f.link_to 'Atom', :url => {:project_id => @project, :key => User.current.rss_key} %>
43 <%= f.link_to 'Atom', :url => {:project_id => @project, :key => User.current.rss_key} %>
44 44 <% end %>
45 45
46 46 <% content_for :header_tags do %>
General Comments 0
You need to be logged in to leave comments. Login now