Sha256: a6f461f900a2e9f6fe555d384dd8d3cae1644c2c3860be6ae453dd56f3344737

Contents?: true

Size: 504 Bytes

Versions: 17

Compression:

Stored size: 504 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',
      dialog_options: {
        title: label_title,
        size: resource_window_size
      },
      if_permitted_to: [:create, Alchemy::Site]
    }
  ]
) %>

<div id="archive_all" class="resources-table-wrapper">
  <%= resources_header %>
  <%= render 'table' %>
</div>

Version data entries

17 entries across 17 versions & 2 rubygems

Version Path
alchemy_cms-3.2.1 app/views/alchemy/admin/sites/index.html.erb
alchemy_cms-3.1.3 app/views/alchemy/admin/sites/index.html.erb
lc_alchemy_cms-3.2.1 app/views/alchemy/admin/sites/index.html.erb
lc_alchemy_cms-3.2.0 app/views/alchemy/admin/sites/index.html.erb
alchemy_cms-3.2.0 app/views/alchemy/admin/sites/index.html.erb
alchemy_cms-3.2.0.rc1 app/views/alchemy/admin/sites/index.html.erb
alchemy_cms-3.2.0.beta app/views/alchemy/admin/sites/index.html.erb
alchemy_cms-3.1.1 app/views/alchemy/admin/sites/index.html.erb
alchemy_cms-3.1.0 app/views/alchemy/admin/sites/index.html.erb
alchemy_cms-3.1.0.rc3 app/views/alchemy/admin/sites/index.html.erb
alchemy_cms-3.1.0.rc2 app/views/alchemy/admin/sites/index.html.erb
alchemy_cms-3.1.0.rc1 app/views/alchemy/admin/sites/index.html.erb
alchemy_cms-3.1.0.beta6 app/views/alchemy/admin/sites/index.html.erb
alchemy_cms-3.1.0.beta5 app/views/alchemy/admin/sites/index.html.erb
alchemy_cms-3.1.0.beta4 app/views/alchemy/admin/sites/index.html.erb
alchemy_cms-3.1.0.beta3 app/views/alchemy/admin/sites/index.html.erb
alchemy_cms-3.1.0.beta2 app/views/alchemy/admin/sites/index.html.erb