Sha256: 118d4c8444618880afbf4aa0ef634dcba22f3d3452790592c6c77d8119b0daf7

Contents?: true

Size: 550 Bytes

Versions: 11

Compression:

Stored size: 550 Bytes

Contents

<% toolbar(
     buttons: [
       {
         icon: "angle-double-left ",
         label: acm_t(:title_action, action: acm_t(:index, scope: :actions), model: base_class.model_name.human),
         url: polymorphic_path(url_namespace),
         title: acm_t(:title_action, action: acm_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

11 entries across 11 versions & 1 rubygems

Version Path
alchemy-custom-model-3.2 app/views/alchemy/custom/model/admin/base/new.html.erb
alchemy-custom-model-3.1.5 app/views/alchemy/custom/model/admin/base/new.html.erb
alchemy-custom-model-3.1.4 app/views/alchemy/custom/model/admin/base/new.html.erb
alchemy-custom-model-3.1.3 app/views/alchemy/custom/model/admin/base/new.html.erb
alchemy-custom-model-3.1.2 app/views/alchemy/custom/model/admin/base/new.html.erb
alchemy-custom-model-3.1.1 app/views/alchemy/custom/model/admin/base/new.html.erb
alchemy-custom-model-3.1.0 app/views/alchemy/custom/model/admin/base/new.html.erb
alchemy-custom-model-2.2.2 app/views/alchemy/custom/model/admin/base/new.html.erb
alchemy-custom-model-3.0.0 app/views/alchemy/custom/model/admin/base/new.html.erb
alchemy-custom-model-2.2.1 app/views/alchemy/custom/model/admin/base/new.html.erb
alchemy-custom-model-2.2.0 app/views/alchemy/custom/model/admin/base/new.html.erb