mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 09:21:43 +02:00
Manual invoice binding improvement #2733
This commit is contained in:
parent
194a551203
commit
1142b1dfc7
6 changed files with 45 additions and 4 deletions
|
@ -1,9 +1,11 @@
|
|||
.row
|
||||
.col-sm-6
|
||||
.col-sm-4
|
||||
%h1.text-center-xs
|
||||
= @invoice
|
||||
.col-sm-6
|
||||
.col-sm-8
|
||||
%h1.text-right.text-center-xs
|
||||
- unless @invoice.binded?
|
||||
= link_to(t(:payment_received), new_admin_bank_statement_path(invoice_id: @invoice.id), class: 'btn btn-default')
|
||||
= link_to(t(:download), admin_invoice_download_pdf_path(@invoice), class: 'btn btn-default')
|
||||
= link_to(t(:forward), admin_invoice_forward_path(@invoice), class: 'btn btn-default')
|
||||
- if !@invoice.cancelled? && !@invoice.binded?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue