ref: master
plugins/products/views/products_plugin/page/index.html.erb
<%=_('Listing products and services') %>
<%= _('Product') %> | <%= _('Price') + " (#{environment.currency_unit})" %> | <%= _('Actions') %> |
---|---|---|
<%= _('(no product registered yet)') %> | ||
<%= link_to product.name, :action => 'show', :id => product %> | <%= float_to_currency product.price, unit: '' %> | <%= button :delete, _('Remove'), {action: 'destroy', id: product}, data: {confirm: _('Are you sure you want to remove this product?')} %> |