Sha256: 4f418992a2109831e8f4a763065c29bbd3284ff0c8a1e248cbaa087d0c8b0cc7

Contents?: true

Size: 932 Bytes

Versions: 30

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_from_params
      ) %>
  <% 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

30 entries across 30 versions & 1 rubygems

Version Path
alchemy_cms-4.3.0 app/views/alchemy/admin/attachments/_archive_overlay.html.erb
alchemy_cms-4.2.2 app/views/alchemy/admin/attachments/_archive_overlay.html.erb
alchemy_cms-4.1.2 app/views/alchemy/admin/attachments/_archive_overlay.html.erb
alchemy_cms-4.1.1 app/views/alchemy/admin/attachments/_archive_overlay.html.erb
alchemy_cms-4.2.1 app/views/alchemy/admin/attachments/_archive_overlay.html.erb
alchemy_cms-4.2.0 app/views/alchemy/admin/attachments/_archive_overlay.html.erb
alchemy_cms-4.2.0.rc1 app/views/alchemy/admin/attachments/_archive_overlay.html.erb
alchemy_cms-4.1.0 app/views/alchemy/admin/attachments/_archive_overlay.html.erb
alchemy_cms-4.1.0.rc1 app/views/alchemy/admin/attachments/_archive_overlay.html.erb
alchemy_cms-4.1.0.beta app/views/alchemy/admin/attachments/_archive_overlay.html.erb