Sha256: 0d645025da71e3a2074151b174e574cb4ddd23552fae18dc1040f5067a387f6d

Contents?: true

Size: 518 Bytes

Versions: 31

Compression:

Stored size: 518 Bytes

Contents

<% label_title = Alchemy.t("Create #{resource_name}", default: Alchemy.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

31 entries across 31 versions & 1 rubygems

Version Path
alchemy_cms-4.0.6 app/views/alchemy/admin/sites/index.html.erb
alchemy_cms-3.6.7 app/views/alchemy/admin/sites/index.html.erb
alchemy_cms-3.6.6 app/views/alchemy/admin/sites/index.html.erb
alchemy_cms-4.0.5 app/views/alchemy/admin/sites/index.html.erb
alchemy_cms-4.0.4 app/views/alchemy/admin/sites/index.html.erb
alchemy_cms-4.0.3 app/views/alchemy/admin/sites/index.html.erb
alchemy_cms-3.6.5 app/views/alchemy/admin/sites/index.html.erb
alchemy_cms-4.0.2 app/views/alchemy/admin/sites/index.html.erb
alchemy_cms-4.0.1 app/views/alchemy/admin/sites/index.html.erb
alchemy_cms-3.6.4 app/views/alchemy/admin/sites/index.html.erb
alchemy_cms-4.0.0 app/views/alchemy/admin/sites/index.html.erb
alchemy_cms-3.6.3 app/views/alchemy/admin/sites/index.html.erb
alchemy_cms-3.6.2 app/views/alchemy/admin/sites/index.html.erb
alchemy_cms-4.0.0.rc2 app/views/alchemy/admin/sites/index.html.erb
alchemy_cms-4.0.0.rc1 app/views/alchemy/admin/sites/index.html.erb
alchemy_cms-3.6.1 app/views/alchemy/admin/sites/index.html.erb
alchemy_cms-4.0.0.beta app/views/alchemy/admin/sites/index.html.erb
alchemy_cms-3.6.0 app/views/alchemy/admin/sites/index.html.erb
alchemy_cms-3.5.0 app/views/alchemy/admin/sites/index.html.erb
alchemy_cms-3.4.2 app/views/alchemy/admin/sites/index.html.erb