Sha256: 4b9ce86b2684eea8faa6a858d76b708389fc11ce57d119f19cca99435b9c9222

Contents?: true

Size: 894 Bytes

Versions: 48

Compression:

Stored size: 894 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(
        element_id: @element.try(:id),
        content_id: @content.try(: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 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

48 entries across 48 versions & 1 rubygems

Version Path
alchemy_cms-5.3.8 app/views/alchemy/admin/attachments/_archive_overlay.html.erb
alchemy_cms-5.3.7 app/views/alchemy/admin/attachments/_archive_overlay.html.erb
alchemy_cms-5.3.6 app/views/alchemy/admin/attachments/_archive_overlay.html.erb
alchemy_cms-5.3.5 app/views/alchemy/admin/attachments/_archive_overlay.html.erb
alchemy_cms-5.3.4 app/views/alchemy/admin/attachments/_archive_overlay.html.erb
alchemy_cms-5.3.3 app/views/alchemy/admin/attachments/_archive_overlay.html.erb
alchemy_cms-5.3.2 app/views/alchemy/admin/attachments/_archive_overlay.html.erb
alchemy_cms-5.3.1 app/views/alchemy/admin/attachments/_archive_overlay.html.erb
alchemy_cms-5.3.0 app/views/alchemy/admin/attachments/_archive_overlay.html.erb
alchemy_cms-5.2.7 app/views/alchemy/admin/attachments/_archive_overlay.html.erb
alchemy_cms-5.2.6 app/views/alchemy/admin/attachments/_archive_overlay.html.erb
alchemy_cms-5.1.10 app/views/alchemy/admin/attachments/_archive_overlay.html.erb
alchemy_cms-5.0.10 app/views/alchemy/admin/attachments/_archive_overlay.html.erb
alchemy_cms-5.2.5 app/views/alchemy/admin/attachments/_archive_overlay.html.erb
alchemy_cms-5.1.9 app/views/alchemy/admin/attachments/_archive_overlay.html.erb
alchemy_cms-5.0.9 app/views/alchemy/admin/attachments/_archive_overlay.html.erb
alchemy_cms-5.2.4 app/views/alchemy/admin/attachments/_archive_overlay.html.erb
alchemy_cms-5.1.8 app/views/alchemy/admin/attachments/_archive_overlay.html.erb
alchemy_cms-5.0.8 app/views/alchemy/admin/attachments/_archive_overlay.html.erb
alchemy_cms-5.0.7 app/views/alchemy/admin/attachments/_archive_overlay.html.erb