Sha256: faa2a5d980c6990f9e191502ce580875c85ad306fe58bb4c38de9d0ef33b7524

Contents?: true

Size: 852 Bytes

Versions: 59

Compression:

Stored size: 852 Bytes

Contents

<% content_for(:toolbar) do %>
  <div class="toolbar_buttons">
    <% if can? :create, Alchemy::Attachment %>
      <%= render 'alchemy/admin/uploader/button',
        redirect_url: alchemy.admin_attachments_path,
        object: Alchemy::Attachment.new,
        file_attribute: 'file' %>
    <% end %>
  </div>
  <%= render 'alchemy/admin/partials/search_form' %>
<% end %>

<div id="archive_all" class="with_tag_filter resources-table-wrapper">
  <%= render 'alchemy/admin/resources/table_header' %>
  <%= render 'files_list' %>

  <div id="library_sidebar">
    <%= render 'filter_bar' if resource_has_filters %>

    <% if Alchemy::Attachment.tag_counts.any? %>
      <div class="tag-list with_filter_bar<%= ' filtered' if search_filter_params[:tagged_with].present? %>">
        <%= render 'tag_list' %>
      </div>
    <% end %>
  </div>
</div>

Version data entries

59 entries across 59 versions & 1 rubygems

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