14 lines
389 B
Plaintext
14 lines
389 B
Plaintext
table.table.table-condensed
|
|
tr
|
|
th Title
|
|
th Content
|
|
th
|
|
- commentable.comments.each do |c|
|
|
tr
|
|
td = c.title
|
|
td = c.comment
|
|
td
|
|
= link_to c, remote: true, data: {:confirm => 'Are you sure?'}, method: :delete, class: "close remove-comment", type: "button", "aria-label": "Close" do
|
|
span aria-hidden="true" ×
|
|
|