Sha256: 488d94a0d31da654d34003043324d9af74bbc8c9ce5c858b14dab2e7be91491f
Contents?: true
Size: 579 Bytes
Versions: 7
Compression:
Stored size: 579 Bytes
Contents
<p>Are you sure you want to delete the <%= @abstract_model.pretty_name %>? All of the following related items will be deleted:</p> <ul> <li> <%= link_to(@model_name, slice_url(:admin_edit, :model_name => @abstract_model.singular_name, :id => @object.id))%> </li> </ul> <%= form_for(@object, :action => slice_url(:admin_destroy, :model_name => @abstract_model.singular_name, :id => @object.id), :method => :delete) do %> <div> <%= submit "Yes, I'm sure" %> </div> <% end =%>
Version data entries
7 entries across 7 versions & 1 rubygems