Sha256: 97607fe313fded5e56e6ce98b45b367415b28a6eb5c1d15f5aa2cf8f667a2ac2

Contents?: true

Size: 525 Bytes

Versions: 9

Compression:

Stored size: 525 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,
        :size => resource_window_size
      },
      :if_permitted_to => [:new, resource_permission_scope]
    }
  ],
  :search => true,
  :search_url => resources_path
) -%>

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

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
alchemy_cms-2.5.3.1 app/views/alchemy/admin/resources/index.html.erb
alchemy_cms-2.5.3 app/views/alchemy/admin/resources/index.html.erb
alchemy_cms-2.5.2.2 app/views/alchemy/admin/resources/index.html.erb
alchemy_cms-2.5.2.1 app/views/alchemy/admin/resources/index.html.erb
alchemy_cms-2.5.2 app/views/alchemy/admin/resources/index.html.erb
alchemy_cms-2.5.1 app/views/alchemy/admin/resources/index.html.erb
alchemy_cms-2.5.0 app/views/alchemy/admin/resources/index.html.erb
alchemy_cms-2.5.0.rc3 app/views/alchemy/admin/resources/index.html.erb
alchemy_cms-2.5.0.b9 app/views/alchemy/admin/resources/index.html.erb