Sha256: 5fcfb6c61c95c3d8438a0e1321aff8fab16e8f0a8c6d281a02c835374b66118e
Contents?: true
Size: 929 Bytes
Versions: 30
Compression:
Stored size: 929 Bytes
Contents
%h4 = t("admin.form.are_you_sure_you_want_to_delete_the_object", :model_name => @abstract_model.pretty_name.downcase) “ %strong>= @model_config.with(:object => @object).object_label \” %span> = t("admin.form.all_of_the_following_related_items_will_be_deleted") %ul= render :partial => "delete_notice", :object => @object = form_for(@object, :url => delete_path(:model_name => @abstract_model.to_param, :id => @object.id), :html => {:method => "delete"}) do %input{:type => :hidden, :name => 'return_to', :value => (params[:return_to].presence || request.referer)} .form-actions %button.btn.btn-danger{:type => "submit", :'data-disable-with' => t("admin.form.confirmation")} %i.icon-white.icon-ok = t("admin.form.confirmation") %button.btn{:type => "submit", :name => "_continue", :'data-disable-with' => t("admin.form.cancel")} %i.icon-remove = t("admin.form.cancel")
Version data entries
30 entries across 30 versions & 5 rubygems