better disabled button
This commit is contained in:
parent
3d511ea2fb
commit
68c4affb02
2 changed files with 6 additions and 1 deletions
|
|
@ -57,7 +57,7 @@
|
|||
= link_to t('.action_receive'), receive_order_path(order), class: 'btn btn-small btn-success'
|
||||
|
||||
%td
|
||||
= link_to t('ui.edit'), '#', class: 'btn btn-small disabled'
|
||||
= link_to t('ui.edit'), '#', class: 'btn btn-small disabled', tabindex: -1
|
||||
= link_to t('ui.show'), order, class: 'btn btn-small'
|
||||
= link_to t('ui.delete'), order, confirm: t('.confirm_delete'), method: :delete,
|
||||
class: 'btn btn-small btn-danger'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue