gitlabhq/app/views/issues/_issues.html.haml

11 lines
198 B
Plaintext
Raw Normal View History

2011-10-08 23:36:38 +02:00
%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})