Sha256: 24e2e4b2ea2b28c5224820627d580770161db51f7e96943b9f3c4da01bfbfd21

Contents?: true

Size: 357 Bytes

Versions: 4

Compression:

Stored size: 357 Bytes

Contents

%ul.filing
  - if folder.children.any? or folder.documents.any?
    - children = folder.children.by_name
    - children = children.populated unless admin?
    = render :partial => 'droom/documents/listing', :collection => folder.documents
    = render :partial => 'droom/folders/folder', :collection => folder.children, :locals => {:defer_contents => true}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
droom-0.4.3 app/views/droom/folders/_contents.html.haml
droom-0.4.2 app/views/droom/folders/_contents.html.haml
droom-0.4.1 app/views/droom/folders/_contents.html.haml
droom-0.2.1 app/views/droom/folders/_contents.html.haml