Add instructeur

This commit is contained in:
simon lehericey 2019-10-25 09:26:31 +02:00
parent 94081a3997
commit 79b808470c
4 changed files with 71 additions and 1 deletions

View file

@ -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