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-6.0.6 app/views/alchemy/admin/attachments/_archive_overlay.html.erb
alchemy_cms-6.0.5 app/views/alchemy/admin/attachments/_archive_overlay.html.erb
alchemy_cms-6.0.4 app/views/alchemy/admin/attachments/_archive_overlay.html.erb
alchemy_cms-6.0.3 app/views/alchemy/admin/attachments/_archive_overlay.html.erb
alchemy_cms-6.0.2 app/views/alchemy/admin/attachments/_archive_overlay.html.erb
alchemy_cms-6.0.1 app/views/alchemy/admin/attachments/_archive_overlay.html.erb
alchemy_cms-6.0.0 app/views/alchemy/admin/attachments/_archive_overlay.html.erb
alchemy_cms-6.0.0.pre.rc7 app/views/alchemy/admin/attachments/_archive_overlay.html.erb
alchemy_cms-6.0.0.pre.rc6 app/views/alchemy/admin/attachments/_archive_overlay.html.erb
alchemy_cms-6.0.0.pre.rc5 app/views/alchemy/admin/attachments/_archive_overlay.html.erb
alchemy_cms-6.0.0.pre.rc4 app/views/alchemy/admin/attachments/_archive_overlay.html.erb
alchemy_cms-6.0.0.pre.rc3 app/views/alchemy/admin/attachments/_archive_overlay.html.erb
alchemy_cms-6.0.0.pre.rc2 app/views/alchemy/admin/attachments/_archive_overlay.html.erb
alchemy_cms-6.0.0.pre.rc1 app/views/alchemy/admin/attachments/_archive_overlay.html.erb
alchemy_cms-6.0.0.pre.b6 app/views/alchemy/admin/attachments/_archive_overlay.html.erb
alchemy_cms-6.0.0.pre.b5 app/views/alchemy/admin/attachments/_archive_overlay.html.erb
alchemy_cms-6.0.0.pre.b4 app/views/alchemy/admin/attachments/_archive_overlay.html.erb
alchemy_cms-6.0.0.b3 app/views/alchemy/admin/attachments/_archive_overlay.html.erb
alchemy_cms-6.0.0.b2 app/views/alchemy/admin/attachments/_archive_overlay.html.erb