diff options
Diffstat (limited to 'app/views/news')
-rw-r--r-- | app/views/news/index.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/news/index.html.erb b/app/views/news/index.html.erb index 1c2fd51b4..fc98a5349 100644 --- a/app/views/news/index.html.erb +++ b/app/views/news/index.html.erb @@ -40,7 +40,7 @@ <p class="pagination"><%= pagination_links_full @news_pages %></p> <% other_formats_links do |f| %> - <%= f.link_to 'Atom', :url => {:project_id => @project, :key => User.current.rss_key} %> + <%= f.link_to 'Atom', :url => {:project_id => @project, :key => User.current.rss_key} %> <% end %> <% content_for :header_tags do %> |