Sha256: a7f74e972aed185c029239b67ba2bc605b95d5cdb3063b4829834c381081c08a

Contents?: true

Size: 542 Bytes

Versions: 16

Compression:

Stored size: 542 Bytes

Contents

<% toolbar(
     buttons: [
       {
         icon: "angle-double-left ",
         label: acm_t(:title_action, action: t(:index, scope: :actions), model: base_class.model_name.human),
         url: polymorphic_path(url_namespace),
         title: acm_t(:title_action, action: t(:index, scope: :actions), model: base_class.model_name.human),
         hotkey: 'alt+b',
         dialog: false,
         if_permitted_to: [:index, @obj.class]
       }

     ],
     search: false
   ) %>

<%= render 'title' %>
<%= render 'form', object: @obj %>

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
alchemy-custom-model-2.1.2 app/views/alchemy/custom/model/admin/base/new.html.erb
alchemy-custom-model-2.1.1 app/views/alchemy/custom/model/admin/base/new.html.erb
alchemy-custom-model-2.1.0 app/views/alchemy/custom/model/admin/base/new.html.erb
alchemy-custom-model-2.0.3 app/views/alchemy/custom/model/admin/base/new.html.erb
alchemy-custom-model-2.0.2 app/views/alchemy/custom/model/admin/base/new.html.erb
alchemy-custom-model-2.0.1 app/views/alchemy/custom/model/admin/base/new.html.erb
alchemy-custom-model-2.0.0 app/views/alchemy/custom/model/admin/base/new.html.erb
alchemy-custom-model-0.1.9 app/views/alchemy/custom/model/admin/base/new.html.erb
alchemy-custom-model-0.1.7 app/views/alchemy/custom/model/admin/base/new.html.erb
alchemy-custom-model-0.1.6 app/views/alchemy/custom/model/admin/base/new.html.erb
alchemy-custom-model-0.1.5 app/views/alchemy/custom/model/admin/base/new.html.erb
alchemy-custom-model-0.1.4 app/views/alchemy/custom/model/admin/base/new.html.erb
alchemy-custom-model-0.1.3 app/views/alchemy/custom/model/admin/base/new.html.erb
alchemy-custom-model-0.1.2 app/views/alchemy/custom/model/admin/base/new.html.erb
alchemy-custom-model-0.1.1 app/views/alchemy/custom/model/admin/base/new.html.erb
alchemy-custom-model-0.1.0 app/views/alchemy/custom/model/admin/base/new.html.erb