Add instructeur
This commit is contained in:
parent
94081a3997
commit
79b808470c
4 changed files with 71 additions and 1 deletions
|
@ -10,6 +10,14 @@
|
|||
|
||||
.card.mt-2
|
||||
.card-title Gestion des instructeurs
|
||||
= form_for :instructeur,
|
||||
url: { action: :add_instructeur },
|
||||
html: { class: 'form' } do |f|
|
||||
|
||||
= f.label :email do
|
||||
Affecter un nouvel instructeur
|
||||
= f.email_field :email, placeholder: 'marie.dupont@exemple.fr', required: true
|
||||
= f.submit 'Affecter', class: 'button primary send'
|
||||
|
||||
%table.table.mt-2
|
||||
%thead
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue