##// END OF EJS Templates
replace tabs to spaces at app/views/boards/index.html.erb...
Toshi MARUYAMA -
r7200:422bc131e37c
parent child
Show More
@@ -30,7 +30,7
30 </table>
30 </table>
31
31
32 <% other_formats_links do |f| %>
32 <% other_formats_links do |f| %>
33 <%= f.link_to 'Atom', :url => {:controller => 'activities', :action => 'index', :id => @project, :show_messages => 1, :key => User.current.rss_key} %>
33 <%= f.link_to 'Atom', :url => {:controller => 'activities', :action => 'index', :id => @project, :show_messages => 1, :key => User.current.rss_key} %>
34 <% end %>
34 <% end %>
35
35
36 <% content_for :header_tags do %>
36 <% content_for :header_tags do %>
General Comments 0
You need to be logged in to leave comments. Login now