Sha256: a9ae605e36e59299d72d3e024067b7e9d59b00dc7c0e924d99c8a9e47ae6ddc9

Contents?: true

Size: 484 Bytes

Versions: 10

Compression:

Stored size: 484 Bytes

Contents

<%- label_title = t("Create #{resource_model_name}", :default => t('Create')) -%>

<%- toolbar(
  :buttons => [
    {
      :icon => 'create',
      :label => label_title,
      :url => new_resource_path,
      :title => label_title,
      :overlay_options => {
        :title => label_title
      },
      :if_permitted_to => [:new, resource_permission_scope]
    }
  ],
  :search => true,
  :search_url => resources_path
) -%>

<div id="archive_all">
  <%= render 'table' %>
</div>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
alchemy_cms-2.3.2 app/views/alchemy/admin/resources/index.html.erb
alchemy_cms-2.4.1 app/views/alchemy/admin/resources/index.html.erb
alchemy_cms-2.4.0 app/views/alchemy/admin/resources/index.html.erb
alchemy_cms-2.4.rc4 app/views/alchemy/admin/resources/index.html.erb
alchemy_cms-2.4.rc2 app/views/alchemy/admin/resources/index.html.erb
alchemy_cms-2.4.rc1 app/views/alchemy/admin/resources/index.html.erb
alchemy_cms-2.3.1 app/views/alchemy/admin/resources/index.html.erb
alchemy_cms-2.4.beta2 app/views/alchemy/admin/resources/index.html.erb
alchemy_cms-2.3.0 app/views/alchemy/admin/resources/index.html.erb
alchemy_cms-2.3.rc5 app/views/alchemy/admin/resources/index.html.erb