Sha256: ba5621b99c0c62c97a2cf0f3fa2d35af809626be774d7ee19355f49d2a80bc21

Contents?: true

Size: 516 Bytes

Versions: 6

Compression:

Stored size: 516 Bytes

Contents

<tr>
		<!-- [listline:product] -->

<td class="td_name"><%= h product.send(:name) %></td>
<td class="td_description"><%= h product.send(:description) %></td>
<td class="td_cost"><%= h product.send(:cost) %></td>
<td class="td_price"><%= h product.send(:price) %></td>
<td><%= link_to 'Show', :action => 'show', :id => product %></td>
<td><%= link_to 'Edit', :action => 'edit', :id => product %></td>
<td><%= link_to 'Destroy', :action => 'destroy', :id => product %></td>

<!-- [eolistline:product] -->

	      </tr>

Version data entries

6 entries across 6 versions & 1 rubygems

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