diff options
-rw-r--r-- | app/views/boards/index.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/boards/index.html.erb b/app/views/boards/index.html.erb index 7c79835e7..9f5c65b6b 100644 --- a/app/views/boards/index.html.erb +++ b/app/views/boards/index.html.erb @@ -30,7 +30,7 @@ </table> <% 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 %> |