Merge pull request #2250 from jouve/fix_missing_tr_in_thead
add missing mandatory tr in thead
This commit is contained in:
commit
26afde94fd
5 changed files with 42 additions and 36 deletions
|
@ -9,14 +9,15 @@
|
|||
|
||||
%table
|
||||
%thead
|
||||
%th
|
||||
Name
|
||||
%i.icon-sort-down
|
||||
%th Path
|
||||
%th Team Members
|
||||
%th Last Commit
|
||||
%th Edit
|
||||
%th.cred Danger Zone!
|
||||
%tr
|
||||
%th
|
||||
Name
|
||||
%i.icon-sort-down
|
||||
%th Path
|
||||
%th Team Members
|
||||
%th Last Commit
|
||||
%th Edit
|
||||
%th.cred Danger Zone!
|
||||
|
||||
- @projects.each do |project|
|
||||
%tr
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue