Sha256: 86637b2bbf6dd7cf705647ba3b720e530048adaf64219d798108adada9f04919

Contents?: true

Size: 811 Bytes

Versions: 17

Compression:

Stored size: 811 Bytes

Contents

<% label_title = _t("Create #{resource_name}", default: _t('Create')) %>

<% toolbar(
  buttons: [
    {
      icon: 'create',
      label: label_title,
      url: new_resource_path,
      title: label_title,
      hotkey: 'alt-n',
      overlay_options: {
        title: label_title,
        size: resource_window_size
      },
      if_permitted_to: [:new, resource_permission_scope]
    },
    {
      icon: 'download',
      url: resource_url_proxy.url_for(action: 'index', format: 'csv', query: params[:query], sort: params[:sort]),
      label: _t(:download_csv),
      title: _t(:download_csv),
      overlay: false,
      loading_indicator: false,
      if_permitted_to: [:index, resource_permission_scope]
    }
  ]
) %>

<div id="archive_all">
  <%= resources_header %>
  <%= render 'table' %>
</div>

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
alchemy_cms-2.9.1 app/views/alchemy/admin/resources/index.html.erb
alchemy_cms-2.9.0 app/views/alchemy/admin/resources/index.html.erb
alchemy_cms-2.8.3 app/views/alchemy/admin/resources/index.html.erb
alchemy_cms-2.7.5 app/views/alchemy/admin/resources/index.html.erb
alchemy_cms-2.6.3 app/views/alchemy/admin/resources/index.html.erb
alchemy_cms-2.7.4 app/views/alchemy/admin/resources/index.html.erb
alchemy_cms-2.8.2 app/views/alchemy/admin/resources/index.html.erb
alchemy_cms-2.8.1 app/views/alchemy/admin/resources/index.html.erb
alchemy_cms-2.7.3 app/views/alchemy/admin/resources/index.html.erb
alchemy_cms-2.7.2 app/views/alchemy/admin/resources/index.html.erb
alchemy_cms-2.7.1 app/views/alchemy/admin/resources/index.html.erb
alchemy_cms-2.7.0 app/views/alchemy/admin/resources/index.html.erb
alchemy_cms-2.6.2.1 app/views/alchemy/admin/resources/index.html.erb
alchemy_cms-2.6.2 app/views/alchemy/admin/resources/index.html.erb
alchemy_cms-2.6.1 app/views/alchemy/admin/resources/index.html.erb
alchemy_cms-2.6.0 app/views/alchemy/admin/resources/index.html.erb
alchemy_cms-2.6.0.rc5 app/views/alchemy/admin/resources/index.html.erb