8 lines
279 B
Text
8 lines
279 B
Text
|
.col-md-3.form_total
|
||
|
%strong Total price
|
||
|
.input-group
|
||
|
%span.input-group-addon €
|
||
|
= content_tag :span, "", id: "order_price", class: "input-group-addon"
|
||
|
%span.input-group-btn
|
||
|
= f.submit "Order!", class: "btn btn-primary big-form-button", skip_wrapper: true
|