<%=_('Issues')%>

<%=_('Status')%>:
<%= search_filter_tag 'status_id', :class => 'select-small' %>
<%=_('Tracker')%>:
<%= search_filter_tag 'tracker_id', :class => 'select-small' %>
<%=_('Priority')%>:
<%= search_filter_tag 'priority_id', :class => 'select-small' %>
<%=_('Category')%>:
<%= search_filter_tag 'category_id', :class => 'select-small' %>
<%=_('Fixed in version')%>:
<%= search_filter_tag 'fixed_version_id', :class => 'select-small' %>
<%=_('Assigned to')%>:
<%= search_filter_tag 'assigned_to_id', :class => 'select-small' %>
<%=_('Subprojects')%>:
<%= search_filter_tag 'subproject_id', :class => 'select-small' %>
<%= submit_tag _('Apply filter'), :class => 'button-small' %> <%= end_form_tag %> <%= start_form_tag %> <%= submit_tag _('Reset'), :class => 'button-small' %> <%= end_form_tag %>
  <%= sort_header_tag('issues.id', :caption => '#') %> <%= sort_header_tag('issue_statuses.name', :caption => _('Status')) %> <%= sort_header_tag('issues.tracker_id', :caption => _('Tracker')) %> <%= sort_header_tag('users.lastname', :caption => _('Author')) %> <%= sort_header_tag('issues.created_on', :caption => _('Created on')) %> <%= sort_header_tag('issues.updated_on', :caption => _('Last update')) %> <% for issue in @issues %> <% end %>
<%= link_to 'Export to CSV', :action => 'export_issues_csv', :id => @project.id %>
<%=_('Subject')%>
<%= link_to issue.long_id, :controller => 'issues', :action => 'show', :id => issue %> <%= issue.status.name %> <%= issue.tracker.name %> <%= link_to issue.subject, :controller => 'issues', :action => 'show', :id => issue %> <%= issue.author.display_name %> <%= format_time(issue.created_on) %> <%= format_time(issue.updated_on) %>

<%= pagination_links_full @issue_pages %> [ <%= @issue_pages.current.first_item %> - <%= @issue_pages.current.last_item %> / <%= @issue_count %> ]