gitlabhq/app/views/issues/_issues.html.haml
Dmitriy Zaporozhets d378468794 v1.0
2011-10-13 04:00:00 +03:00

11 lines
198 B
Plaintext

%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})