Sha256: c5de5376e85771207e01333ef745d82210718b66c86af68d44c23e2a735d22a9
Contents?: true
Size: 551 Bytes
Versions: 16
Compression:
Stored size: 551 Bytes
Contents
<% toolbar( buttons: [ { icon: "angle-double-left ", label: t(:title_action, action: t(:index, scope: :actions), model: base_class.model_name.human), url: polymorphic_path(url_namespace), title: 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 partial: "form", locals: {object: @obj} %>
Version data entries
16 entries across 16 versions & 1 rubygems