<% issues.each do |issue| %> <% end %>
Created Title Status Assigned Category Author Actions
<%= issue.created_at.strftime("%Y-%m-%d %H:%M:%S") %> <%= namelink issue %> <%= issue.statuses[issue.status] %> <%= namelink issue.assigned %> <%= h issue.category %> <%= namelink issue.author %> <% if issue.can_update? cuser %> <%= link_to 'Edit', edit_issue_path(issue) %> <% end; if issue.can_destroy? cuser %> <%= link_to 'Destroy', issue, :confirm => 'Are you sure?', :method => :delete %> <% end %>