diff options
Diffstat (limited to 'app/views/boards/index.html.erb')
-rw-r--r-- | app/views/boards/index.html.erb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/boards/index.html.erb b/app/views/boards/index.html.erb index 7d0da1696..63daeb535 100644 --- a/app/views/boards/index.html.erb +++ b/app/views/boards/index.html.erb @@ -38,11 +38,11 @@ </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.atom_key} %> <% end %> <% content_for :header_tags do %> - <%= auto_discovery_link_tag(:atom, {:controller => 'activities', :action => 'index', :id => @project, :format => 'atom', :show_messages => 1, :key => User.current.rss_key}) %> + <%= auto_discovery_link_tag(:atom, {:controller => 'activities', :action => 'index', :id => @project, :format => 'atom', :show_messages => 1, :key => User.current.atom_key}) %> <% end %> <% html_title l(:label_board_plural) %> |