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

Version Path
alchemy_cms-7.3.5 app/views/alchemy/admin/attachments/_overlay_file_list.html.erb
alchemy_cms-7.2.8 app/views/alchemy/admin/attachments/_overlay_file_list.html.erb
alchemy_cms-7.1.13 app/views/alchemy/admin/attachments/_overlay_file_list.html.erb
alchemy_cms-7.0.16 app/views/alchemy/admin/attachments/_overlay_file_list.html.erb
alchemy_cms-7.3.4 app/views/alchemy/admin/attachments/_overlay_file_list.html.erb
alchemy_cms-7.3.3 app/views/alchemy/admin/attachments/_overlay_file_list.html.erb
alchemy_cms-7.3.2 app/views/alchemy/admin/attachments/_overlay_file_list.html.erb
alchemy_cms-7.2.7 app/views/alchemy/admin/attachments/_overlay_file_list.html.erb
alchemy_cms-7.3.1 app/views/alchemy/admin/attachments/_overlay_file_list.html.erb
alchemy_cms-7.3.0 app/views/alchemy/admin/attachments/_overlay_file_list.html.erb
alchemy_cms-7.2.6 app/views/alchemy/admin/attachments/_overlay_file_list.html.erb
alchemy_cms-7.2.5 app/views/alchemy/admin/attachments/_overlay_file_list.html.erb
alchemy_cms-7.1.12 app/views/alchemy/admin/attachments/_overlay_file_list.html.erb
alchemy_cms-7.0.15 app/views/alchemy/admin/attachments/_overlay_file_list.html.erb
alchemy_cms-6.1.10 app/views/alchemy/admin/attachments/_overlay_file_list.html.erb
alchemy_cms-7.2.4 app/views/alchemy/admin/attachments/_overlay_file_list.html.erb
alchemy_cms-7.1.11 app/views/alchemy/admin/attachments/_overlay_file_list.html.erb
alchemy_cms-7.2.3 app/views/alchemy/admin/attachments/_overlay_file_list.html.erb
alchemy_cms-7.1.10 app/views/alchemy/admin/attachments/_overlay_file_list.html.erb
alchemy_cms-7.2.2 app/views/alchemy/admin/attachments/_overlay_file_list.html.erb