<%= _('Product') %> | <%= _('Price') %> | <%= _('Actions') %> |
---|---|---|
<%= _('(no product registered yet)') %> | ||
<%= link_to product.name, :action => 'show', :id => product %> | <%= product.price %> | <%= button :delete, _('Destroy'), :action => 'destroy', :id => product %> |