MorningPeak/app/views/comments/_about_client.html.slim

11 lines
201 B
Plaintext

table.table.table-condensed
tr
th Creator
th Title
th Content
- commentable.comments.each do |c|
tr
td = c.creator_type
td = c.title
td = descriptionize c.comment