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
|
%tbody
|
||||||
- @instructeurs.each do |instructeur|
|
- @instructeurs.each do |instructeur|
|
||||||
%tr
|
%tr
|
||||||
%td= instructeur.email
|
%td
|
||||||
|
%span.icon.person
|
||||||
|
#{instructeur.email}
|
||||||
%td.actions= button_to 'retirer',
|
%td.actions= button_to 'retirer',
|
||||||
{ action: :remove_instructeur },
|
{ action: :remove_instructeur },
|
||||||
{ method: :delete,
|
{ method: :delete,
|
||||||
|
|
Loading…
Reference in a new issue