Files
growstuff/app/views/shared/buttons/_delete.haml
2019-01-24 12:17:40 +13:00

5 lines
209 B
Plaintext

= link_to path, method: :delete,
data: { confirm: t(:are_you_sure?) }, class: 'btn btn-default btn-xs' do
= render 'shared/glyphicon', icon: 'trash', title: 'buttons.delete'
=t('buttons.delete')