Sha256: 83dfec767f42264eb77e454ff74b750b961c35f88c0831e0d01b968e18129567

Contents?: true

Size: 544 Bytes

Versions: 28

Compression:

Stored size: 544 Bytes

Contents

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

<% toolbar(
  buttons: [
    {
      icon: :plus,
      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">
  <%= render 'alchemy/admin/resources/table_header' %>
  <%= render 'table' %>
</div>

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
alchemy_cms-4.6.7 app/views/alchemy/admin/sites/index.html.erb
alchemy_cms-4.6.6 app/views/alchemy/admin/sites/index.html.erb
alchemy_cms-4.6.5 app/views/alchemy/admin/sites/index.html.erb
alchemy_cms-4.5.1 app/views/alchemy/admin/sites/index.html.erb
alchemy_cms-4.4.5 app/views/alchemy/admin/sites/index.html.erb
alchemy_cms-4.6.4 app/views/alchemy/admin/sites/index.html.erb
alchemy_cms-4.6.3 app/views/alchemy/admin/sites/index.html.erb
alchemy_cms-4.6.2 app/views/alchemy/admin/sites/index.html.erb
alchemy_cms-4.6.1 app/views/alchemy/admin/sites/index.html.erb
alchemy_cms-4.6.0 app/views/alchemy/admin/sites/index.html.erb
alchemy_cms-4.5.0 app/views/alchemy/admin/sites/index.html.erb
alchemy_cms-4.4.4 app/views/alchemy/admin/sites/index.html.erb
alchemy_cms-4.4.3 app/views/alchemy/admin/sites/index.html.erb
alchemy_cms-4.4.2 app/views/alchemy/admin/sites/index.html.erb
alchemy_cms-4.4.1 app/views/alchemy/admin/sites/index.html.erb
alchemy_cms-4.4.0 app/views/alchemy/admin/sites/index.html.erb
alchemy_cms-4.3.2 app/views/alchemy/admin/sites/index.html.erb
alchemy_cms-4.2.4 app/views/alchemy/admin/sites/index.html.erb
alchemy_cms-4.3.1 app/views/alchemy/admin/sites/index.html.erb
alchemy_cms-4.2.3 app/views/alchemy/admin/sites/index.html.erb