2017-08-17 22:00:37 +05:30
|
|
|
%li{ id: dom_id(label) }
|
2016-04-02 18:10:28 +05:30
|
|
|
.label-row
|
2016-06-02 11:05:42 +05:30
|
|
|
= render_colored_label(label, tooltip: false)
|
2016-11-03 12:29:30 +05:30
|
|
|
= markdown_field(label, :description)
|
2018-11-08 19:23:39 +05:30
|
|
|
.float-right
|
|
|
|
= link_to _('Edit'), edit_admin_label_path(label), class: 'btn btn-sm'
|
|
|
|
= link_to _('Delete'), admin_label_path(label), class: 'btn btn-sm btn-remove remove-row', method: :delete, remote: true, data: {confirm: "Delete this label? Are you sure?"}
|