Sha256: e42b106c0bc8ccf74a918a4528c6f605f3e1e332fbbda4d748a6e0e18c18a21f

Contents?: true

Size: 759 Bytes

Versions: 6

Compression:

Stored size: 759 Bytes

Contents

<div class="edit_div" id="product_edit" mv:preview="showOne">
	  <div class="product_edit sidebar">
	    <h1>Tasks:</h1>
	    <ul>
	      <li><%= link_to 'Back to overview', :action => 'list' %></li>
	    </ul> 
	  </div>

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

	    <%= form_tag :action => 'edit', :id => @product.id %>

	    <div class="form">	
	      <h2>Editing product</h2>
	      <%= render :partial => 'form' %>
	    </div>

	    <br />
	    <div class="product_edit operations">
 	      <%= submit_tag 'OK' %>
	      <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/edit.rhtml
masterview-0.2.1 test/tmp/views/product/edit.rhtml
masterview-0.2.4 test/tmp/views/product/edit.rhtml
masterview-0.2.5 test/tmp/views/product/edit.rhtml
masterview-0.2.2 test/tmp/views/product/edit.rhtml
masterview-0.2.3 test/tmp/views/product/edit.rhtml