Sha256: cd2b78736af71356adfe6e09281254b3e6053ab5c1a91b2740552d8c05743797

Contents?: true

Size: 740 Bytes

Versions: 11

Compression:

Stored size: 740 Bytes

Contents

<div class="form" id="product_show_partial">
		<!-- [show:product] -->
<div class="show_div product_show_div">

  <div class="record">
    <div class="label"><label>Name:</label></div>
    <div class="field"><%= h @product.send(:name) %></div>
  </div>

  <div class="record">
    <div class="label"><label>Description:</label></div>
    <div class="field"><%= h @product.send(:description) %></div>
  </div>

  <div class="record">
    <div class="label"><label>Cost:</label></div>
    <div class="field"><%= h @product.send(:cost) %></div>
  </div>

  <div class="record">
    <div class="label"><label>Price:</label></div>
    <div class="field"><%= h @product.send(:price) %></div>
  </div>

</div><!-- [eoshow:product] -->

	    </div>

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
masterview-0.2.0 test/tmp/views/product/_show.rhtml
masterview-0.2.1 test/tmp/views/product/_show.rhtml
masterview-0.3.4 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
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.0 test/tmp/views/product/_show.rhtml