Sha256: d36773b122ef07eda5ebeb42ed6fde6bdc347746577cc9d988f74457917ab642

Contents?: true

Size: 583 Bytes

Versions: 1

Compression:

Stored size: 583 Bytes

Contents

- tag :div, object.merge_html_attributes(class: " the_file m_selectable") do
  - if object.controls?
    .m_hover_controls= object.controls.join(' ')
  - body = capture do
    - if object.name?
      %a{href: object.url, class: 'l_title'}= object.name
  - if object.url? and 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
  = render themed_partial('/shared/details'), object: object

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rad_kit-0.0.10 app/views/themes/default/file.html.haml