Sha256: c2535ecdbe7a45245ef69219df9567de42835560dd54ac0303b614093d56d1ed

Contents?: true

Size: 514 Bytes

Versions: 9

Compression:

Stored size: 514 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 => "430x400"
      },
      :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/languages/index.html.erb
alchemy_cms-2.5.3 app/views/alchemy/admin/languages/index.html.erb
alchemy_cms-2.5.2.2 app/views/alchemy/admin/languages/index.html.erb
alchemy_cms-2.5.2.1 app/views/alchemy/admin/languages/index.html.erb
alchemy_cms-2.5.2 app/views/alchemy/admin/languages/index.html.erb
alchemy_cms-2.5.1 app/views/alchemy/admin/languages/index.html.erb
alchemy_cms-2.5.0 app/views/alchemy/admin/languages/index.html.erb
alchemy_cms-2.5.0.rc3 app/views/alchemy/admin/languages/index.html.erb
alchemy_cms-2.5.0.b9 app/views/alchemy/admin/languages/index.html.erb