summaryrefslogtreecommitdiff
path: root/app/views/admin/labels/_label.html.haml
blob: 5736a301910596866e63ae72392222419cec28ab (plain)
1
2
3
4
5
6
7
%li{id: dom_id(label)}
  .label-row
    = render_colored_label(label)
    = markdown(label.description, pipeline: :single_line)
    .pull-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?"}