Sha256: 0122d1e364a664ed068a41753bee58287d006a18f65970b2ced9c00ccec95c2d

Contents?: true

Size: 932 Bytes

Versions: 12

Compression:

Stored size: 932 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),
        options: @options ? @options.to_json : nil
      ) %>
  <% end %>
  <%= render 'alchemy/admin/partials/remote_search_form' %>
</div>

<div id="assign_file_list" class="with_padding<%= 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

12 entries across 12 versions & 1 rubygems

Version Path
alchemy_cms-3.6.7 app/views/alchemy/admin/attachments/_archive_overlay.html.erb
alchemy_cms-3.6.6 app/views/alchemy/admin/attachments/_archive_overlay.html.erb
alchemy_cms-3.6.5 app/views/alchemy/admin/attachments/_archive_overlay.html.erb
alchemy_cms-3.6.4 app/views/alchemy/admin/attachments/_archive_overlay.html.erb
alchemy_cms-3.6.3 app/views/alchemy/admin/attachments/_archive_overlay.html.erb
alchemy_cms-3.6.2 app/views/alchemy/admin/attachments/_archive_overlay.html.erb
alchemy_cms-3.6.1 app/views/alchemy/admin/attachments/_archive_overlay.html.erb
alchemy_cms-4.0.0.beta app/views/alchemy/admin/attachments/_archive_overlay.html.erb
alchemy_cms-3.6.0 app/views/alchemy/admin/attachments/_archive_overlay.html.erb
alchemy_cms-3.5.0 app/views/alchemy/admin/attachments/_archive_overlay.html.erb
alchemy_cms-3.5.0.rc2 app/views/alchemy/admin/attachments/_archive_overlay.html.erb
alchemy_cms-3.5.0.rc1 app/views/alchemy/admin/attachments/_archive_overlay.html.erb