Merge pull request #5672 from betagouv/5666-improve-jeton-ux

informe l'administrateur si la procédure a un jeton spécifique
This commit is contained in:
Keirua 2020-10-07 11:15:30 +02:00 committed by GitHub
commit f67eab78be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,6 +19,6 @@
propre à votre démarche.
= f.label :api_entreprise_token, "Jeton"
= f.password_field :api_entreprise_token, class: 'form-control'
= f.password_field :api_entreprise_token, value: @procedure.read_attribute(:api_entreprise_token), class: 'form-control'
.text-right
= f.button 'Enregistrer', class: 'button primary send'