admin: fix the "Valider" button being hidden by Crisp
Fix #4021 Signed-off-by: Chaïb Martinez <chaibax@gmail.com>
This commit is contained in:
parent
d968e7e6bd
commit
3f9f67eb78
1 changed files with 2 additions and 2 deletions
|
@ -5,5 +5,5 @@
|
|||
#procedure_new.section.section-label
|
||||
= form_for @procedure, url: { controller: 'admin/procedures', action: :create }, multipart: true do |f|
|
||||
= render partial: 'informations', locals: { f: f }
|
||||
.text-right
|
||||
= f.button 'Valider', class: 'btn btn-info', id: 'save-procedure'
|
||||
.text-center
|
||||
= f.button 'Valider', class: 'btn btn-info btn-lg btn-block', id: 'save-procedure'
|
||||
|
|
Loading…
Reference in a new issue