<% content_for :css do %> ul.collection_files { line-height: 2.5em; list-style-type: none; background: #FFF; } ul.collection_files li { clear: both; } li.collection_files_row_even { background: #FFF; } li.collection_files_row_odd { background: #EEE; } .collection_files_inline { clear: both; width: 80%; height: auto; max-height: 6em; margin: 0 1em; } .collection_files_name { padding-left: .5em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .collection_files_name i.fa { display: block-inline; width: 1.75em; text-align: center; } .collection_files_buttons { float: right; } <% end %> <% content_for :tab_line_buttons do %>
Collection storage status: <%= render partial: 'toggle_persist', locals: { uuid: @object.uuid, current_state: (@is_persistent ? 'persistent' : 'cache') } %>
<% end %> <% file_tree = @object.andand.files_tree %> <% if file_tree.nil? or file_tree.empty? %>

This collection is empty.

<% else %> <% end %>
  • <% if size.nil? # This is a subdirectory. %> <% dirstack.push(File.join(dirname, filename)) %>
    <%= filename %>
    <% end # if file_tree %>