diff --git a/app/views/order_products/_form_row.html.erb b/app/views/order_products/_form_row.html.erb index ea59dae..d70f60c 100644 --- a/app/views/order_products/_form_row.html.erb +++ b/app/views/order_products/_form_row.html.erb @@ -1,6 +1,6 @@
<%= image_tag f.object.product.avatar %> - <%= content_tag(:span, f.object.product.price, class: "price") %> + <%= content_tag(:span, euro(f.object.product.price), class: "price") %>
<%= render 'btn_dec', id: f.object.product_id %> <%= f.text_field :count, class: 'form-control row_counter', value: 0 %>