Sha256: 891986da1272b2e27205ef6506bd15489379ccd57f1ad60fd3e43ee4ac7cb7a6

Contents?: true

Size: 502 Bytes

Versions: 14

Compression:

Stored size: 502 Bytes

Contents

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

<%- toolbar(
	:buttons => [
		{
			:icon => 'create',
			:label => label_title,
			:url => resource_url_scope.send("new_admin_#{resource_model_name}_path"),
			:title => label_title,
			:overlay_options => {
				:title => label_title
			},
			:if_permitted_to => [:new, resources_permission]
		}
	],
	:search => true,
	:search_url => resource_url_scope.send("admin_#{resources_name}_path")
) -%>

<%= render 'table' %>

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
alchemy_cms-2.1.12 app/views/alchemy/admin/resources/index.html.erb
alchemy_cms-2.1.11 app/views/alchemy/admin/resources/index.html.erb
alchemy_cms-2.1.9.1 app/views/alchemy/admin/resources/index.html.erb
alchemy_cms-2.1.9 app/views/alchemy/admin/resources/index.html.erb
alchemy_cms-2.1.8.1 app/views/alchemy/admin/resources/index.html.erb
alchemy_cms-2.1.8 app/views/alchemy/admin/resources/index.html.erb
alchemy_cms-2.1.7 app/views/alchemy/admin/resources/index.html.erb
alchemy_cms-2.1.6 app/views/alchemy/admin/resources/index.html.erb
alchemy_cms-2.1.5 app/views/alchemy/admin/resources/index.html.erb
alchemy_cms-2.1.4 app/views/alchemy/admin/resources/index.html.erb
alchemy_cms-2.1.3 app/views/alchemy/admin/resources/index.html.erb
alchemy_cms-2.1.2 app/views/alchemy/admin/resources/index.html.erb
alchemy_cms-2.1.1 app/views/alchemy/admin/resources/index.html.erb
alchemy_cms-2.1 app/views/alchemy/admin/resources/index.html.erb