Sha256: 4dc858c002ddfe5914d73f0e5bd7871e203ccdb8ee8c715ec1644999f73a8ffe

Contents?: true

Size: 472 Bytes

Versions: 10

Compression:

Stored size: 472 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">
  <%= resources_header %>
  <%= render 'table' %>
</div>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
alchemy_cms-3.0.4 app/views/alchemy/admin/sites/index.html.erb
alchemy_cms-3.0.3 app/views/alchemy/admin/sites/index.html.erb
alchemy_cms-3.1.0.beta1 app/views/alchemy/admin/sites/index.html.erb
alchemy_cms-3.0.2 app/views/alchemy/admin/sites/index.html.erb
alchemy_cms-3.0.1 app/views/alchemy/admin/sites/index.html.erb
alchemy_cms-3.0.0 app/views/alchemy/admin/sites/index.html.erb
alchemy_cms-3.0.0.rc8 app/views/alchemy/admin/sites/index.html.erb
alchemy_cms-3.0.0.rc7 app/views/alchemy/admin/sites/index.html.erb
alchemy_cms-3.0.0.rc6 app/views/alchemy/admin/sites/index.html.erb
alchemy_cms-3.0.0.rc5 app/views/alchemy/admin/sites/index.html.erb