_issues.html.haml 198 Bytes
%table.round-borders#issues-table
  %tr
    %th Assignee
    %th ID
    %th Title
    %th Closed?
    %th

  - @issues.each do |issue|
    = render(:partial => 'show', :locals => {:issue => issue})