mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-01-24 17:27:50 -05:00
5 lines
209 B
Plaintext
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')
|