Sha256: 2dd80e5423d41e309cbf9c69f2ab15e0af4f06ad5724983b31c0667931595469
Contents?: true
Size: 966 Bytes
Versions: 22
Compression:
Stored size: 966 Bytes
Contents
.form-group.form-actions .col-sm-offset-2.col-sm-10 %input{type: :hidden, name: 'return_to', value: (params[:return_to].presence || request.referer)} %button.btn.btn-primary{type: "submit", name: "_save", :'data-disable-with' => t("admin.form.save")} %i.icon-white.icon-ok = t("admin.form.save") %span.extra_buttons - if authorized? :new, @abstract_model %button.btn.btn-info{type: "submit", name: "_add_another", :'data-disable-with' => t("admin.form.save_and_add_another")} = t("admin.form.save_and_add_another") - if authorized? :edit, @abstract_model %button.btn.btn-info{type: "submit", name: "_add_edit", :'data-disable-with' => t("admin.form.save_and_edit")} = t("admin.form.save_and_edit") %button.btn.btn-default{type: "submit", name: "_continue", :'data-disable-with' => t("admin.form.cancel"), :formnovalidate => true} %i.icon-remove = t("admin.form.cancel")
Version data entries
22 entries across 22 versions & 1 rubygems