Sha256: 097194ecd48f413c631ab747f47a57bc71397d04dcae6835d38bf23d385bdbf9

Contents?: true

Size: 800 Bytes

Versions: 5

Compression:

Stored size: 800 Bytes

Contents

<div class="new_div" id="product_new" mv:preview="showOne">
	  <div class="product_new sidebar">
	    <h1>Tasks:</h1>
	    <ul>
	      <li><%= link_to( 'Back to overview', { :action => 'list' }, :class => "list_link" ) %></li>
	    </ul> 
	  </div>

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

	    <%= form_tag( :action => 'new' ) %>

	    <div class="form">	
	      <h2>Creating product</h2>

	      <%= render( :partial => 'product/form' ) %>

	    </div>

	    <br />
	    <div class="product_new operations">
	      <%= submit_tag( 'OK', :class => "primary 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/new.rhtml
masterview-0.3.0 test/tmp/views/product/new.rhtml
masterview-0.3.1 test/tmp/views/product/new.rhtml
masterview-0.3.3 test/tmp/views/product/new.rhtml
masterview-0.3.4 test/tmp/views/product/new.rhtml