Sha256: 1371137220f4d7f3a927bdcf3a58374b1a80193b693e39de849d386bd63055f9
Contents?: true
Size: 529 Bytes
Versions: 6
Compression:
Stored size: 529 Bytes
Contents
table.comment_body.table.table-striped.table-hover tr td style: "width: 120px;" b= comment.commentable_type | → td = link_to comment.commentable_title, comment.commentable_url | (#{comment.try(:commentable_state)}) tr td b= t('the_comments.title') td= comment.title.blank? ? t('the_comments.guest_name') : comment.title tr td b= t('the_comments.contacts') td= comment.contacts tr.success td b= t('the_comments.content') td= comment.content
Version data entries
6 entries across 6 versions & 1 rubygems