Sha256: 6a3521cb02c0e5d6c45e33ed4876131b0ca60a76ac52792612fe906b77174a6c

Contents?: true

Size: 671 Bytes

Versions: 1

Compression:

Stored size: 671 Bytes

Contents

<%= toolbar(
  buttons: [
    {
      icon: 'upload',
      url: alchemy.new_admin_attachment_path,
      hotkey: 'alt-n',
      overlay_options: {
        title: _t(:upload_file),
        size: '540x550'
      },
      title: _t(:upload_file),
      class: 'icon_button',
      label: _t(:upload_file),
      if_permitted_to: [:new, :alchemy_admin_attachments]
    }
  ]
) %>
<div id="archive_all" class="with_tag_filter">
  <%= resources_header %>
  <%= render partial: 'files_list' %>
  <div id="library_sidebar">
    <div id="tag_list" class="<%= params[:tagged_with].present? ? 'filtered' : '' %>">
      <%= render partial: 'tag_list' %>
    </div>
  </div>
</div>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
alchemy_cms-2.6.0.rc5 app/views/alchemy/admin/attachments/index.html.erb