_issuesreportedbyme.html.erb
15 lines
| 690 B
| text/plain
|
TextLexer
|
r14337 | <% reported_issues = issuesreportedbyme_items %> | ||
|
r11630 | <h3> | ||
<%= link_to l(:label_reported_issues), | ||||
issues_path(:set_filter => 1, :status_id => '*', :author_id => 'me', :sort => 'updated_on:desc') %> | ||||
|
r14337 | (<%= reported_issues.limit(nil).count %>) | ||
|
r11630 | </h3> | ||
|
r2527 | |||
|
r14337 | <%= render :partial => 'issues/list_simple', :locals => { :issues => reported_issues.to_a } %> | ||
|
r677 | |||
<% content_for :header_tags do %> | ||||
|
r7102 | <%= auto_discovery_link_tag(:atom, | ||
|
r677 | {:controller => 'issues', :action => 'index', :set_filter => 1, | ||
:author_id => 'me', :format => 'atom', :key => User.current.rss_key}, | ||||
{:title => l(:label_reported_issues)}) %> | ||||
<% end %> | ||||