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

Version Path
the_comments-2.2.2 app/views/the_comments/haml/_comment_body.html.haml
the_comments-2.2.1 app/views/the_comments/haml/_comment_body.html.haml
the_comments-2.2.0 app/views/the_comments/haml/_comment_body.html.haml
the_comments-2.1.0 app/views/the_comments/haml/_comment_body.html.haml
the_comments-2.0.1 app/views/the_comments/haml/_comment_body.html.haml
the_comments-2.0.0 app/views/the_comments/haml/_comment_body.html.haml