Sha256: 080201990d3398cf9d6522c935f52a1069b13d14c1ae08cd62a10479b25abe90
Contents?: true
Size: 576 Bytes
Versions: 10
Compression:
Stored size: 576 Bytes
Contents
<p>Are you sure you want to delete the <%= @abstract_model.pretty_name.downcase %>? All of the following related items will be deleted:</p> <ul> <li> <%= link_to(@model_name, url(:admin_edit, :model_name => @abstract_model.singular_name, :id => @object.id))%> </li> </ul> <%= form_for(@object, :action => 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
10 entries across 10 versions & 2 rubygems