diff --git a/app/views/boards/index.html.erb b/app/views/boards/index.html.erb index 7c79835..9f5c65b 100644 --- a/app/views/boards/index.html.erb +++ b/app/views/boards/index.html.erb @@ -30,7 +30,7 @@ <% 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 %> <% content_for :header_tags do %>