782706537d
'new_administrateur' scope, except 'services'. As a result, the url of these pages will all include '/admin'.
9 lines
380 B
Text
9 lines
380 B
Text
%h1 Groupe « #{@groupe_instructeur.label} »
|
|
.card.mt-2
|
|
= form_for @groupe_instructeur,
|
|
url: admin_procedure_groupe_instructeur_path(@procedure, @groupe_instructeur),
|
|
html: { class: 'form' } do |f|
|
|
|
|
= f.label :label, 'Nom du groupe'
|
|
= f.text_field :label, placeholder: 'Ville de Bordeaux', required: true
|
|
= f.submit 'Renommer', class: 'button primary send'
|