Sha256: 5456f78f6a273a40f726c8dd77647b7abd7622f1f395c77237423956dbf8232c

Contents?: true

Size: 903 Bytes

Versions: 6

Compression:

Stored size: 903 Bytes

Contents

<div class="destroy_div" id="product_destroy" mv:preview="showOne">
	<div class="product_destroy sidebar">
	  <h1>Tasks:</h1>
	  <ul>
	    <li><%= link_to 'Back to overview', :action => 'list' %></li>
	    <li><%= link_to 'Show this product', :action => 'show', :id => @product.id %></li>
	  </ul> 
	</div>

	<div class="product_destroy content">
	  <h1>Products</h1>

	  <%= error_messages_for :product %>

	  <div class="messages">Are you sure you want to delete this item?</div>
	  <br />
	    <%= form_tag :action => 'destroy', :id => @product.id %>
	      <%= render :partial => 'show' %>

	      <br />
	      <div class="product_edit operations">
		<%= submit_tag 'Delete' %>
		<input class="cancel_button" onclick="window.location.href = '<%= url_for :action => %q{list} %>';" style="width: auto;" type="button" value="Cancel" />         
	      </div>
	    <%= end_form_tag %>
	  </div>
	</div>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
masterview-0.2.0 test/tmp/views/product/destroy.rhtml
masterview-0.2.1 test/tmp/views/product/destroy.rhtml
masterview-0.2.2 test/tmp/views/product/destroy.rhtml
masterview-0.2.3 test/tmp/views/product/destroy.rhtml
masterview-0.2.4 test/tmp/views/product/destroy.rhtml
masterview-0.2.5 test/tmp/views/product/destroy.rhtml