mirror of
https://github.com/internetee/registry.git
synced 2025-07-25 12:08:27 +02:00
Remove target _blank from the payment form
Also, make it open new page automatically
This commit is contained in:
parent
d92004cbe0
commit
820c49a492
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
= t('registrar.invoices.redirected_to_intermediary')
|
||||
|
||||
.payment-form
|
||||
= form_tag @payment.form_url, method: :post, target: '_blank' do
|
||||
= form_tag @payment.form_url, method: :post do
|
||||
- @payment.form_fields.each do |k, v|
|
||||
= hidden_field_tag k, v
|
||||
= submit_tag t('registrar.invoices.go_to_intermediary')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue