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:
commit
f67eab78be
1 changed files with 1 additions and 1 deletions
|
@ -19,6 +19,6 @@
|
||||||
propre à votre démarche.
|
propre à votre démarche.
|
||||||
|
|
||||||
= f.label :api_entreprise_token, "Jeton"
|
= 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
|
.text-right
|
||||||
= f.button 'Enregistrer', class: 'button primary send'
|
= f.button 'Enregistrer', class: 'button primary send'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue