Sha256: afedc63e61f6ffadd49a5847f12bf5125e925ea6d800bb1e0452115084a12409
Contents?: true
Size: 541 Bytes
Versions: 6
Compression:
Stored size: 541 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