add missing mandatory tr in thead
This commit is contained in:
parent
9f940aeaf4
commit
c76764b7dc
5 changed files with 42 additions and 36 deletions
|
@ -21,15 +21,16 @@
|
|||
|
||||
%table
|
||||
%thead
|
||||
%th Admin
|
||||
%th
|
||||
Name
|
||||
%i.icon-sort-down
|
||||
%th Username
|
||||
%th Email
|
||||
%th Projects
|
||||
%th Edit
|
||||
%th.cred Danger Zone!
|
||||
%tr
|
||||
%th Admin
|
||||
%th
|
||||
Name
|
||||
%i.icon-sort-down
|
||||
%th Username
|
||||
%th Email
|
||||
%th Projects
|
||||
%th Edit
|
||||
%th.cred Danger Zone!
|
||||
|
||||
- @admin_users.each do |user|
|
||||
%tr
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue