Sha256: d35bdf3c488de149903a6eb8cbb2d227c0501292b8105fd4fd3e6b8003659ff2
Contents?: true
Size: 755 Bytes
Versions: 1
Compression:
Stored size: 755 Bytes
Contents
%h4 = t("admin.delete.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.delete.all_of_the_following_related_items_will_be_deleted") %ul= render :partial => "delete_notice", :object => @object = form_for(@object, :url => destroy_path(:model_name => @abstract_model.to_param, :id => @object.id), :html => {:method => "delete"}) do .actions %button.btn.danger{:type => "submit", :'data-disable-with' => t("admin.delete.confirmation")}= t("admin.delete.confirmation") %button.btn{:type => "submit", :name => "_continue", :'data-disable-with' => t("admin.new.cancel")}= t("admin.new.cancel")
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
elucid-rails_admin-0.0.1 | app/views/rails_admin/main/delete.html.haml |