Sha256: d26dc046a760d8062c1368622bc91a897ec4981be297ceaf8b904e9ecb593eeb

Contents?: true

Size: 482 Bytes

Versions: 17

Compression:

Stored size: 482 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]
    }
  ]
) %>

<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/sites/index.html.erb
alchemy_cms-2.9.0 app/views/alchemy/admin/sites/index.html.erb
alchemy_cms-2.8.3 app/views/alchemy/admin/sites/index.html.erb
alchemy_cms-2.7.5 app/views/alchemy/admin/sites/index.html.erb
alchemy_cms-2.6.3 app/views/alchemy/admin/sites/index.html.erb
alchemy_cms-2.7.4 app/views/alchemy/admin/sites/index.html.erb
alchemy_cms-2.8.2 app/views/alchemy/admin/sites/index.html.erb
alchemy_cms-2.8.1 app/views/alchemy/admin/sites/index.html.erb
alchemy_cms-2.7.3 app/views/alchemy/admin/sites/index.html.erb
alchemy_cms-2.7.2 app/views/alchemy/admin/sites/index.html.erb
alchemy_cms-2.7.1 app/views/alchemy/admin/sites/index.html.erb
alchemy_cms-2.7.0 app/views/alchemy/admin/sites/index.html.erb
alchemy_cms-2.6.2.1 app/views/alchemy/admin/sites/index.html.erb
alchemy_cms-2.6.2 app/views/alchemy/admin/sites/index.html.erb
alchemy_cms-2.6.1 app/views/alchemy/admin/sites/index.html.erb
alchemy_cms-2.6.0 app/views/alchemy/admin/sites/index.html.erb
alchemy_cms-2.6.0.rc5 app/views/alchemy/admin/sites/index.html.erb