MorningPeak/app/views/comments/_about.html.slim
2015-08-05 02:15:36 +02:00

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" ×