11 lines
198 B
Plaintext
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})
|