Sha256: e25ab088ab625d630c8c3961d734a1a7e62b33e3195b25216f81c8651a150532

Contents?: true

Size: 658 Bytes

Versions: 8

Compression:

Stored size: 658 Bytes

Contents

- tag :div, object.merge_html_attributes(class: " the_line m_selectable") do  
  - if object.controls?
    .m_hover_controls= object.controls.join(' ') 
  - body = capture do
    %a{href: object.url, class: 'l_title'}= object.name? ? object.name : "(#{t(:empty)})"  
    - if object.text?
      .l_text= object.text
  - if object.image?
    %table.css_table
      %tbody
        %tr
          %td.css_td1        
            .l_image
              %a{href: object.url}
                %img{src: object.image.icon_url}
          %td.css_td2
            = body
  - else
    = body      
  .css_clear
  = render themed_partial('/shared/details'), object: object

Version data entries

8 entries across 8 versions & 1 rubygems

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