Sha256: 1e77f133144a40eb24ab411e7bee6430465b4d0f2d792bda55548d7cd6b472dd
Contents?: true
Size: 689 Bytes
Versions: 169
Compression:
Stored size: 689 Bytes
Contents
<% if @attachments.empty? %> <%= render_message do %> <% if search_filter_params[:q].present? %> <%= Alchemy.t(:no_search_results) %> <% else %> <%= Alchemy.t(:no_files_in_archive) %> <% end %> <% end %> <% else %> <ul class="list"> <li class="list-header"> <span class="list-primary"> <%= Alchemy::Attachment.human_attribute_name('name') %> </span> <span class="list-secondary"> <%= Alchemy::Attachment.human_attribute_name('file_mime_type') %> </span> </li> <%= render partial: 'file_to_assign', collection: @attachments %> </ul> <%= paginate @attachments, theme: 'alchemy', remote: true %> <% end %>
Version data entries
169 entries across 169 versions & 1 rubygems