Brutally rename gestionnaire filename to instructeur
This commit is contained in:
parent
c681806f8d
commit
6902f84b85
88 changed files with 0 additions and 0 deletions
16
app/views/instructeurs/avis/sign_up.html.haml
Normal file
16
app/views/instructeurs/avis/sign_up.html.haml
Normal file
|
@ -0,0 +1,16 @@
|
|||
.two-columns.avis-sign-up
|
||||
.columns-container
|
||||
.column.left
|
||||
%p.description= @dossier.procedure.libelle
|
||||
%p.dossier Dossier nº #{@dossier.id}
|
||||
.column
|
||||
= form_for(Gestionnaire.new, url: { controller: "gestionnaires/avis", action: :create_gestionnaire }, method: :post, html: { class: "form" }) do |f|
|
||||
%h1 Créez-vous un compte
|
||||
|
||||
= f.label :email, "Email"
|
||||
= f.email_field :email, value: @email, disabled: true
|
||||
|
||||
= f.label :password, "Mot de passe"
|
||||
= f.password_field :password, autofocus: true, required: true, placeholder: "8 caractères minimum"
|
||||
|
||||
= f.submit "Créer un compte", class: "button large primary expand"
|
Loading…
Add table
Add a link
Reference in a new issue