Sha256: 28fe4cb70fc35827bb6d6e392b6524ca91b5402d26f66c5c7088375240b174b5

Contents?: true

Size: 879 Bytes

Versions: 59

Compression:

Stored size: 879 Bytes

Contents

<div id="overlay_toolbar">
  <% if can? :create, Alchemy::Attachment %>
    <%= render 'alchemy/admin/uploader/button',
      object: Alchemy::Attachment.new,
      dropzone: '#assign_file_list',
      file_attribute: 'file',
      in_dialog: true,
      redirect_url: admin_attachments_path(
        form_field_id: @form_field_id
      ) %>
  <% end %>
  <%= render 'alchemy/admin/partials/remote_search_form' %>
</div>

<div id="assign_file_list" class="with_padding<%= search_filter_params[:tagged_with].present? ? ' filtered' : '' %>">
  <div id="library_sidebar">
    <%= render 'filter_bar' if resource_has_filters %>

    <% if Alchemy::Attachment.tag_counts.any? %>
      <div class="tag-list">
        <%= render 'tag_list' %>
      </div>
    <% end %>
  </div>
  <div id="overlay_file_list" class="with_tag_list">
    <%= render 'overlay_file_list' %>
  </div>
</div>

Version data entries

59 entries across 59 versions & 1 rubygems

Version Path
alchemy_cms-7.0.16 app/views/alchemy/admin/attachments/_archive_overlay.html.erb
alchemy_cms-7.0.15 app/views/alchemy/admin/attachments/_archive_overlay.html.erb
alchemy_cms-6.1.10 app/views/alchemy/admin/attachments/_archive_overlay.html.erb
alchemy_cms-7.0.14 app/views/alchemy/admin/attachments/_archive_overlay.html.erb
alchemy_cms-7.0.13 app/views/alchemy/admin/attachments/_archive_overlay.html.erb
alchemy_cms-7.0.12 app/views/alchemy/admin/attachments/_archive_overlay.html.erb
alchemy_cms-7.0.11 app/views/alchemy/admin/attachments/_archive_overlay.html.erb
alchemy_cms-7.0.10 app/views/alchemy/admin/attachments/_archive_overlay.html.erb
alchemy_cms-7.0.9 app/views/alchemy/admin/attachments/_archive_overlay.html.erb
alchemy_cms-7.0.8 app/views/alchemy/admin/attachments/_archive_overlay.html.erb
alchemy_cms-7.0.7 app/views/alchemy/admin/attachments/_archive_overlay.html.erb
alchemy_cms-7.0.6 app/views/alchemy/admin/attachments/_archive_overlay.html.erb
alchemy_cms-7.0.5 app/views/alchemy/admin/attachments/_archive_overlay.html.erb
alchemy_cms-7.0.4 app/views/alchemy/admin/attachments/_archive_overlay.html.erb
alchemy_cms-7.0.3 app/views/alchemy/admin/attachments/_archive_overlay.html.erb
alchemy_cms-6.1.9 app/views/alchemy/admin/attachments/_archive_overlay.html.erb
alchemy_cms-7.0.2 app/views/alchemy/admin/attachments/_archive_overlay.html.erb
alchemy_cms-6.1.8 app/views/alchemy/admin/attachments/_archive_overlay.html.erb
alchemy_cms-6.1.7 app/views/alchemy/admin/attachments/_archive_overlay.html.erb
alchemy_cms-7.0.1 app/views/alchemy/admin/attachments/_archive_overlay.html.erb