Sha256: 9b54c91dd028e78ffd981bd2fabe21c9715b4245b94a9499f7e28b93bfcef195

Contents?: true

Size: 507 Bytes

Versions: 8

Compression:

Stored size: 507 Bytes

Contents

- tag :div, object.merge_html_attributes(class: " the_comment m_selectable") do
  - body = capture do
    .l_text.m_markup
      = object.text
      .css_clear
  - if object.controls?
    .m_hover_controls= object.controls.join(' ')
  - if object.avatar?
    %table.css_table
      %tbody
        %tr
          %td.css_td1
            .l_image= object.avatar
          %td.css_td2
            = body  
  - else
    = body
  .m_details= (object.details.to_a + object.owner.to_a).join(', ')
  .css_clear
    

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
rad_common_interface-0.0.14 app/views/themes/default/comment.html.haml
rad_common_interface-0.0.13 app/views/themes/default/comment.html.haml
rad_common_interface-0.0.12 app/views/themes/default/comment.html.haml
rad_common_interface-0.0.11 app/views/themes/default/comment.html.haml
rad_common_interface-0.0.10 app/views/themes/default/comment.html.haml
rad_common_interface-0.0.9 app/views/themes/default/comment.html.haml
rad_common_interface-0.0.8 app/views/themes/default/comment.html.haml
rad_common_interface-0.0.7 app/views/themes/default/comment.html.haml