Sha256: 9fe01e4adad47f739519e33b61998352d61cd2b21b358d24b602fb86e9534120

Contents?: true

Size: 452 Bytes

Versions: 16

Compression:

Stored size: 452 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
) -%>

<%= render 'table' %>

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
alchemy_cms-2.2.4 app/views/alchemy/admin/resources/index.html.erb
alchemy_cms-2.2.3.2 app/views/alchemy/admin/resources/index.html.erb
alchemy_cms-2.2.3.1 app/views/alchemy/admin/resources/index.html.erb
alchemy_cms-2.2.2 app/views/alchemy/admin/resources/index.html.erb
alchemy_cms-2.2.1 app/views/alchemy/admin/resources/index.html.erb
alchemy_cms-2.2.0 app/views/alchemy/admin/resources/index.html.erb
alchemy_cms-2.2.rc15 app/views/alchemy/admin/resources/index.html.erb
alchemy_cms-2.2.rc14 app/views/alchemy/admin/resources/index.html.erb
alchemy_cms-2.2.rc13 app/views/alchemy/admin/resources/index.html.erb
alchemy_cms-2.2.rc11 app/views/alchemy/admin/resources/index.html.erb
alchemy_cms-2.2.rc8 app/views/alchemy/admin/resources/index.html.erb
alchemy_cms-2.2.rc7 app/views/alchemy/admin/resources/index.html.erb
alchemy_cms-2.2.rc6 app/views/alchemy/admin/resources/index.html.erb
alchemy_cms-2.2.rc3 app/views/alchemy/admin/resources/index.html.erb
alchemy_cms-2.2.rc2 app/views/alchemy/admin/resources/index.html.erb
alchemy_cms-2.2.rc1 app/views/alchemy/admin/resources/index.html.erb