1 2 3 4 5
module LinksHelper def destroy_link content_tag(:span, nil, class: 'fa fa-trash') + t('actions.destroy') end end