Add person icon to table
This commit is contained in:
parent
9ca026a630
commit
67495e9662
1 changed files with 3 additions and 1 deletions
|
@ -37,7 +37,9 @@
|
|||
%tbody
|
||||
- @instructeurs.each do |instructeur|
|
||||
%tr
|
||||
%td= instructeur.email
|
||||
%td
|
||||
%span.icon.person
|
||||
#{instructeur.email}
|
||||
%td.actions= button_to 'retirer',
|
||||
{ action: :remove_instructeur },
|
||||
{ method: :delete,
|
||||
|
|
Loading…
Reference in a new issue