Aub tom
This commit is contained in:
parent
df4878f722
commit
b1176f2722
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
<div class="form_row">
|
||||
<%= 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") %>
|
||||
<div class="input-group">
|
||||
<%= render 'btn_dec', id: f.object.product_id %>
|
||||
<%= f.text_field :count, class: 'form-control row_counter', value: 0 %>
|
||||
|
|
Loading…
Reference in a new issue