Sha256: 6fc2e7a5a301c2b845d78b0b3e6494a7b6a41b978f513ad37b2c4582da2f6757
Contents?: true
Size: 637 Bytes
Versions: 4
Compression:
Stored size: 637 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 - if comment.try(:user) = link_to comment.user_name, comment.user - else = comment.header_title %tr %td %b= t('the_comments.contacts') %td= comment.contacts %tr.success %td %b= t('the_comments.content') %td{ style: 'word-break: break-all;' }= raw comment.content
Version data entries
4 entries across 4 versions & 3 rubygems