Sha256: 3f4dabc4655561e1c8b5b37c30dfb010a49b7208a4ccb0931aa3b3cfcb4eaf69

Contents?: true

Size: 781 Bytes

Versions: 21

Compression:

Stored size: 781 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">
  <%= resources_header %>
  <%= render 'files_list' %>

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

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

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
alchemy_cms-4.0.6 app/views/alchemy/admin/attachments/index.html.erb
alchemy_cms-3.6.7 app/views/alchemy/admin/attachments/index.html.erb
alchemy_cms-3.6.6 app/views/alchemy/admin/attachments/index.html.erb
alchemy_cms-4.0.5 app/views/alchemy/admin/attachments/index.html.erb
alchemy_cms-4.0.4 app/views/alchemy/admin/attachments/index.html.erb
alchemy_cms-4.0.3 app/views/alchemy/admin/attachments/index.html.erb
alchemy_cms-3.6.5 app/views/alchemy/admin/attachments/index.html.erb
alchemy_cms-4.0.2 app/views/alchemy/admin/attachments/index.html.erb
alchemy_cms-4.0.1 app/views/alchemy/admin/attachments/index.html.erb
alchemy_cms-3.6.4 app/views/alchemy/admin/attachments/index.html.erb
alchemy_cms-4.0.0 app/views/alchemy/admin/attachments/index.html.erb
alchemy_cms-3.6.3 app/views/alchemy/admin/attachments/index.html.erb
alchemy_cms-3.6.2 app/views/alchemy/admin/attachments/index.html.erb
alchemy_cms-4.0.0.rc2 app/views/alchemy/admin/attachments/index.html.erb
alchemy_cms-4.0.0.rc1 app/views/alchemy/admin/attachments/index.html.erb
alchemy_cms-3.6.1 app/views/alchemy/admin/attachments/index.html.erb
alchemy_cms-4.0.0.beta app/views/alchemy/admin/attachments/index.html.erb
alchemy_cms-3.6.0 app/views/alchemy/admin/attachments/index.html.erb
alchemy_cms-3.5.0 app/views/alchemy/admin/attachments/index.html.erb
alchemy_cms-3.5.0.rc2 app/views/alchemy/admin/attachments/index.html.erb