Patch #2779 ยป RSS-feed.patch
app/views/issues/index.rhtml | ||
---|---|---|
42 | 42 |
<% else %> |
43 | 43 |
<%= render :partial => 'issues/list', :locals => {:issues => @issues, :query => @query} %> |
44 | 44 |
<p class="pagination"><%= pagination_links_full @issue_pages, @issue_count %></p> |
45 |
<% end %> |
|
45 | 46 |
|
46 | 47 |
<p class="other-formats"> |
47 | 48 |
<%= l(:label_export_to) %> |
... | ... | |
49 | 50 |
<span><%= link_to 'CSV', {:format => 'csv'}, :class => 'csv' %></span> |
50 | 51 |
<span><%= link_to 'PDF', {:format => 'pdf'}, :class => 'pdf' %></span> |
51 | 52 |
</p> |
52 |
<% end %> |
|
53 |
|
|
53 | 54 |
<% end %> |
54 | 55 |
|
55 | 56 |
<% content_for :sidebar do %> |