Change wording submit and receive action
This commit is contained in:
parent
570b22c60f
commit
97c2be07ea
4 changed files with 8 additions and 8 deletions
|
@ -107,7 +107,7 @@
|
|||
-elsif @facade.dossier.submitted?
|
||||
= form_tag(url_for({controller: 'backoffice/dossiers', action: :receive, dossier_id: @facade.dossier.id}), class: 'form-inline', method: 'POST') do
|
||||
%button.action_button.btn.btn-success
|
||||
= 'Notifier de la bonne réception'
|
||||
= 'Accuser réception'
|
||||
|
||||
-elsif @facade.dossier.received?
|
||||
= form_tag(url_for({controller: 'backoffice/dossiers', action: :close, dossier_id: @facade.dossier.id}), class: 'form-inline action_button', method: 'POST', style: 'display:inline', 'data-toggle' => :tooltip, title: 'Accepter') do
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
%br
|
||||
= form_tag(url_for({controller: :recapitulatif, action: :submit, dossier_id: @facade.dossier.id}), method: 'POST') do
|
||||
%button#validate_button.btn.btn-success
|
||||
= 'Déposer mon dossier'
|
||||
= 'Procéder au dépôt définitif'
|
||||
-else
|
||||
%h3{:class => 'text-success', :style => 'text-align:right'}
|
||||
= @facade.dossier.display_state
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue