Sha256: 1f03e084ec0d84f41ac049187bef59804662447cbd029c126bbc03ef0479302a

Contents?: true

Size: 424 Bytes

Versions: 1

Compression:

Stored size: 424 Bytes

Contents

- tag :div, object.merge_html_attributes(class: " the_folder m_selectable") do
  - if object.controls?
    .m_hover_controls= object.controls.join(' ')

  - if object.name?
    %h1.m_title= object.name
  - elsif object.content.blank?
    %h1.m_title= "(#{t(:empty)})"

  - if object.content?
    .l_content
      = object.content.to_a.join("\n")
      .css_clear

  = 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/folder.html.haml