Sha256: c13cc424be1ce0e26deb02b9b721e6a6c23b4c52b00951c515c051fee47d5cdb

Contents?: true

Size: 584 Bytes

Versions: 4

Compression:

Stored size: 584 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= comment.content

Version data entries

4 entries across 4 versions & 3 rubygems

Version Path
fuck_comments-2.3.4 app/views/the_comments/slim/_comment_body.html.slim
the_comments_ruby-2.3.4 app/views/the_comments/slim/_comment_body.html.slim
the_comments_ruby-2.3.3 app/views/the_comments/slim/_comment_body.html.slim
the_comments-2.3.1 app/views/the_comments/slim/_comment_body.html.slim