Sha256: 4276dd59add188670b5afeca53dd3f9454f35b350ddb33371265b4adca3ed96c

Contents?: true

Size: 697 Bytes

Versions: 25

Compression:

Stored size: 697 Bytes

Contents

<% if @attachments.empty? %>
  <div class="info">
    <%= render_icon('info') %>
    <% if params[:q].present? %>
      <%= Alchemy.t(:no_search_results) %>
    <% else %>
      <%= Alchemy.t(:no_files_in_archive) %>
    <% end %>
  </div>
<% 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

25 entries across 25 versions & 1 rubygems

Version Path
alchemy_cms-4.0.6 app/views/alchemy/admin/attachments/_overlay_file_list.html.erb
alchemy_cms-3.6.7 app/views/alchemy/admin/attachments/_overlay_file_list.html.erb
alchemy_cms-3.6.6 app/views/alchemy/admin/attachments/_overlay_file_list.html.erb
alchemy_cms-4.0.5 app/views/alchemy/admin/attachments/_overlay_file_list.html.erb
alchemy_cms-4.0.4 app/views/alchemy/admin/attachments/_overlay_file_list.html.erb
alchemy_cms-4.0.3 app/views/alchemy/admin/attachments/_overlay_file_list.html.erb
alchemy_cms-3.6.5 app/views/alchemy/admin/attachments/_overlay_file_list.html.erb
alchemy_cms-4.0.2 app/views/alchemy/admin/attachments/_overlay_file_list.html.erb
alchemy_cms-4.0.1 app/views/alchemy/admin/attachments/_overlay_file_list.html.erb
alchemy_cms-3.6.4 app/views/alchemy/admin/attachments/_overlay_file_list.html.erb
alchemy_cms-4.0.0 app/views/alchemy/admin/attachments/_overlay_file_list.html.erb
alchemy_cms-3.6.3 app/views/alchemy/admin/attachments/_overlay_file_list.html.erb
alchemy_cms-3.6.2 app/views/alchemy/admin/attachments/_overlay_file_list.html.erb
alchemy_cms-4.0.0.rc2 app/views/alchemy/admin/attachments/_overlay_file_list.html.erb
alchemy_cms-4.0.0.rc1 app/views/alchemy/admin/attachments/_overlay_file_list.html.erb
alchemy_cms-3.6.1 app/views/alchemy/admin/attachments/_overlay_file_list.html.erb
alchemy_cms-4.0.0.beta app/views/alchemy/admin/attachments/_overlay_file_list.html.erb
alchemy_cms-3.6.0 app/views/alchemy/admin/attachments/_overlay_file_list.html.erb
alchemy_cms-3.5.0 app/views/alchemy/admin/attachments/_overlay_file_list.html.erb
alchemy_cms-3.4.2 app/views/alchemy/admin/attachments/_overlay_file_list.html.erb