Merge pull request #2445 from tchak/fix-transfer-modal
Fix transfer modal not opening
This commit is contained in:
commit
529bc3f0db
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#transferModal.modal.fade{ "aria-labelledby" => "TransferProcedureModal", :role => "dialog", :tabindex => "-1" }
|
||||
#transfer-modal.modal.fade{ "aria-labelledby" => "TransferProcedureModal", :role => "dialog", :tabindex => "-1" }
|
||||
.modal-dialog.modal-md{ :role => "document" }
|
||||
= form_tag admin_procedure_transfer_path(procedure_id: @procedure.id), method: :post, remote: true do
|
||||
.modal-content
|
||||
|
|
Loading…
Reference in a new issue