Sha256: 19ca8527ce7fc2ab4a3e593a360ce2c131fb4a8f18ab62b53644a664afe14bc7

Contents?: true

Size: 609 Bytes

Versions: 5

Compression:

Stored size: 609 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 }, :class => "show_link" ) %></td>
<td><%= link_to( 'Edit', { :action => 'edit', :id => product }, :class => "edit_link" ) %></td>
<td><%= link_to( 'Destroy', { :action => 'destroy', :id => product }, :class => "destroy_link" ) %></td>

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

	      </tr>

Version data entries

5 entries across 5 versions & 1 rubygems

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