Sha256: 5668fd3a1e4c153014d04f6bb454dfdaf0c1e0b846e765e6fb7179efb182ce09

Contents?: true

Size: 908 Bytes

Versions: 36

Compression:

Stored size: 908 Bytes

Contents

<% content_for(:toolbar) do %>
  <div class="toolbar_buttons">
    <% if can? :create, Alchemy::Attachment %>
      <div class="toolbar_button">
        <%= render 'alchemy/admin/uploader/button',
          redirect_url: alchemy.admin_attachments_path,
          object: Alchemy::Attachment.new,
          file_attribute: 'file' %>
      </div>
    <% 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

36 entries across 36 versions & 1 rubygems

Version Path
alchemy_cms-7.4.2 app/views/alchemy/admin/attachments/index.html.erb
alchemy_cms-7.3.6 app/views/alchemy/admin/attachments/index.html.erb
alchemy_cms-7.2.9 app/views/alchemy/admin/attachments/index.html.erb
alchemy_cms-7.4.1 app/views/alchemy/admin/attachments/index.html.erb
alchemy_cms-7.4.0 app/views/alchemy/admin/attachments/index.html.erb
alchemy_cms-7.3.5 app/views/alchemy/admin/attachments/index.html.erb
alchemy_cms-7.2.8 app/views/alchemy/admin/attachments/index.html.erb
alchemy_cms-7.1.13 app/views/alchemy/admin/attachments/index.html.erb
alchemy_cms-7.3.4 app/views/alchemy/admin/attachments/index.html.erb
alchemy_cms-7.3.3 app/views/alchemy/admin/attachments/index.html.erb
alchemy_cms-7.3.2 app/views/alchemy/admin/attachments/index.html.erb
alchemy_cms-7.2.7 app/views/alchemy/admin/attachments/index.html.erb
alchemy_cms-7.3.1 app/views/alchemy/admin/attachments/index.html.erb
alchemy_cms-7.3.0 app/views/alchemy/admin/attachments/index.html.erb
alchemy_cms-7.2.6 app/views/alchemy/admin/attachments/index.html.erb
alchemy_cms-7.2.5 app/views/alchemy/admin/attachments/index.html.erb
alchemy_cms-7.1.12 app/views/alchemy/admin/attachments/index.html.erb
alchemy_cms-7.2.4 app/views/alchemy/admin/attachments/index.html.erb
alchemy_cms-7.1.11 app/views/alchemy/admin/attachments/index.html.erb
alchemy_cms-7.2.3 app/views/alchemy/admin/attachments/index.html.erb