<%= l(:label_no_data) %>
<% else %><%=l(:field_subject)%> | <%= sort_header_tag("#{User.table_name}.lastname", :caption => l(:field_assigned_to)) %> <%= sort_header_tag("#{Issue.table_name}.updated_on", :caption => l(:field_updated_on)) %>|||||||
---|---|---|---|---|---|---|---|
<%= link_to issue.id, :controller => 'issues', :action => 'show', :id => issue %> | <%=h issue.project.name %> | <%= issue.tracker.name %> | <%= issue.status.name %> | <%= issue.priority.name %> | <%= link_to h(issue.subject), :controller => 'issues', :action => 'show', :id => issue %> | <%= issue.assigned_to.name if issue.assigned_to %> | <%= format_time(issue.updated_on) %> |
<%= pagination_links_full @issue_pages %> [ <%= @issue_pages.current.first_item %> - <%= @issue_pages.current.last_item %> / <%= @issue_count %> ]
<% end %> <% end %> <% content_for :header_tags do %> <%= auto_discovery_link_tag(:atom, params.merge({:format => 'atom', :page => nil, :key => User.current.rss_key})) %> <% end %>