Add missing class="btn" to edit button of invoice
This aligns the interface with all other pages.
This commit is contained in:
parent
8ac1471a89
commit
d383288f4f
1 changed files with 1 additions and 1 deletions
|
@ -48,5 +48,5 @@
|
|||
=h @invoice.note
|
||||
|
||||
- if @invoice.user_can_edit?(current_user)
|
||||
= link_to t('ui.edit'), edit_finance_invoice_path(@invoice)
|
||||
= link_to t('ui.edit'), edit_finance_invoice_path(@invoice), class: 'btn'
|
||||
= link_to t('ui.or_cancel'), finance_invoices_path
|
||||
|
|
Loading…
Reference in a new issue