Sha256: 31462168e9c1df64e18dc41fd5b4fb0815b41365a358468404cd7314d5ca51c3

Contents?: true

Size: 879 Bytes

Versions: 77

Compression:

Stored size: 879 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',
    additional_params: [:file_type, :tagged_with] %>
<% 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 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

77 entries across 77 versions & 1 rubygems

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