Sha256: 45f56c5321a8ec4307dab5ec4aaa200d7917645fce67767fe87e0e8e2ee897eb

Contents?: true

Size: 982 Bytes

Versions: 5

Compression:

Stored size: 982 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' }, :class => "list_link" ) %></li>
	    <li><%= link_to( 'Show this product', { :action => 'show', :id => @product.id }, :class => "show_link" ) %></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', :class => "save_button" ) %>
		<input class="cancel_button" onclick="window.location.href = '<%= url_for :action => %q{list} %>';" style="width: auto;" type="button" value="Cancel" />         
	      </div>
	    </form>
	  </div>
	</div>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
masterview-0.3.2 test/tmp/views/product/destroy.rhtml
masterview-0.3.0 test/tmp/views/product/destroy.rhtml
masterview-0.3.1 test/tmp/views/product/destroy.rhtml
masterview-0.3.3 test/tmp/views/product/destroy.rhtml
masterview-0.3.4 test/tmp/views/product/destroy.rhtml