Sha256: 8ecbfad1ab0634a7f29a13f285bfbb05bb73f03c9fb02f36a80d6545fed0028d

Contents?: true

Size: 501 Bytes

Versions: 5

Compression:

Stored size: 501 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' }, :class => "list_link" ) %></li>
	      <li><%= link_to( 'Edit this product', { :action => 'edit', :id => @product.id }, :class => "edit_link" ) %></li>
	    </ul>
	  </div>

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

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

	  </div>
	</div>

Version data entries

5 entries across 5 versions & 1 rubygems

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