Project

General

Profile

« Previous | Next » 

Revision 2487

Added by Eric Davis over 16 years ago

Allow the other format links to appear on the issue list (ATOM, PDF, CSV).

#2779

View differences:

trunk/app/views/issues/index.rhtml
43 43
<% else %>
44 44
<%= render :partial => 'issues/list', :locals => {:issues => @issues, :query => @query} %>
45 45
<p class="pagination"><%= pagination_links_full @issue_pages, @issue_count %></p>
46
<% end %>
46 47

  
47 48
<% other_formats_links do |f| %>
48 49
	<%= f.link_to 'Atom', :url => {:query_id => (@query.new_record? ? nil : @query), :key => User.current.rss_key} %>
......
51 52
<% end %>
52 53

  
53 54
<% end %>
54
<% end %>
55 55

  
56 56
<% content_for :sidebar do %>
57 57
    <%= render :partial => 'issues/sidebar' %>

Also available in: Unified diff