From: Eric Davis Date: Fri, 20 Feb 2009 22:45:16 +0000 (+0000) Subject: Allow the other format links to appear on the issue list (ATOM, PDF, CSV). X-Git-Tag: 0.9.0~656 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=befe278fa9a3570c67b1b8a606e7cf7a4f78ac10;p=redmine.git Allow the other format links to appear on the issue list (ATOM, PDF, CSV). #2779 git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2487 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/views/issues/index.rhtml b/app/views/issues/index.rhtml index dc93e41f2..3b6ce650c 100644 --- a/app/views/issues/index.rhtml +++ b/app/views/issues/index.rhtml @@ -43,6 +43,7 @@ <% else %> <%= render :partial => 'issues/list', :locals => {:issues => @issues, :query => @query} %>

<%= pagination_links_full @issue_pages, @issue_count %>

+<% end %> <% other_formats_links do |f| %> <%= f.link_to 'Atom', :url => {:query_id => (@query.new_record? ? nil : @query), :key => User.current.rss_key} %> @@ -50,7 +51,6 @@ <%= f.link_to 'PDF' %> <% end %> -<% end %> <% end %> <% content_for :sidebar do %>