Add tool change dossier state
This commit is contained in:
parent
04ee25dc7d
commit
bc71754e87
5 changed files with 58 additions and 0 deletions
7
app/views/admin/change_dossier_state/index.html.haml
Normal file
7
app/views/admin/change_dossier_state/index.html.haml
Normal file
|
@ -0,0 +1,7 @@
|
|||
.center
|
||||
%h2 Outil de changement d'état d'un dossier
|
||||
|
||||
= form_for @dossier, url: 'change_dossier_state', action: :post do |f|
|
||||
Dossier ID
|
||||
= f.text_field :id
|
||||
= f.submit 'Vérifier état'
|
Loading…
Add table
Add a link
Reference in a new issue