mirror of
https://github.com/internetee/registry.git
synced 2025-07-27 13:06:18 +02:00
removed banklinks, addede everypay banner
This commit is contained in:
parent
71e7db238b
commit
a4e9028e21
2 changed files with 2 additions and 7 deletions
BIN
app/assets/images/everypay.png
Normal file
BIN
app/assets/images/everypay.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
|
@ -1,13 +1,8 @@
|
||||||
%h4= t('registrar.invoices.pay_invoice')
|
%h4= t('registrar.invoices.pay_invoice')
|
||||||
%hr
|
%hr
|
||||||
|
|
||||||
- locals[:payment_channels].each do |meth|
|
|
||||||
- meth = meth.strip
|
|
||||||
= link_to registrar_payment_with_path(meth, invoice_id: params[:id]), id: meth do
|
|
||||||
= image_tag("#{meth}.png")
|
|
||||||
%hr
|
|
||||||
|
|
||||||
- if @invoice.payment_link.present?
|
- if @invoice.payment_link.present?
|
||||||
= link_to 'Everypay link', @invoice.payment_link, target: :_blank
|
= link_to @invoice.payment_link, target: :_blank do
|
||||||
|
= image_tag("everypay.png", style: "width: 100px; height: 20px;")
|
||||||
- else
|
- else
|
||||||
= "No everypay link"
|
= "No everypay link"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue