Sha256: 80931089f5dce3ec2720e12c0b5d18133da799d855f66b3e0aa233d63acef7b0

Contents?: true

Size: 399 Bytes

Versions: 8

Compression:

Stored size: 399 Bytes

Contents

- tag :div, object.merge_html_attributes(class: " the_thumb m_selectable") do  
  - if object.controls?
    .m_hover_controls= object.controls.join(' ')
  
  - if object.image?
    %a.l_image.l_image_box{href: object.url}
      %img{src: object.image.thumb_url}        
    
  - if object.url? or object.name?
    %a{href: object.url, class: 'l_title'}= object.name? ? object.name : "(#{t(:empty)})"

Version data entries

8 entries across 8 versions & 1 rubygems

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