]> source.dussan.org Git - redmine.git/commitdiff
Allow the other format links to appear on the issue list (ATOM, PDF, CSV).
authorEric Davis <edavis@littlestreamsoftware.com>
Fri, 20 Feb 2009 22:45:16 +0000 (22:45 +0000)
committerEric Davis <edavis@littlestreamsoftware.com>
Fri, 20 Feb 2009 22:45:16 +0000 (22:45 +0000)
  #2779

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2487 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/issues/index.rhtml

index dc93e41f20c0538e375bf9a4ee647495d0a0c31e..3b6ce650c58cb286e1a37cd644435559d02fcae8 100644 (file)
@@ -43,6 +43,7 @@
 <% else %>
 <%= render :partial => 'issues/list', :locals => {:issues => @issues, :query => @query} %>
 <p class="pagination"><%= pagination_links_full @issue_pages, @issue_count %></p>
+<% 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 %>