Sha256: 06ecc5f0289550221d312aaf40cc7f520da1816689d7c891db5b7192846537ee

Contents?: true

Size: 441 Bytes

Versions: 6

Compression:

Stored size: 441 Bytes

Contents

<div class="show_div" id="product_show" mv:preview="showOne">
	  <div class="product_show sidebar">
	    <h1>Tasks:</h1>
	    <ul>
	      <li><%= link_to 'Back to overview', :action => 'list' %></li>
	      <li><%= link_to 'Edit this product', :action => 'edit', :id => @product.id %></li>
	    </ul>
	  </div>

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

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

	  </div>
	</div>

Version data entries

6 entries across 6 versions & 1 rubygems

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