Merge branch 'master' into barcode
This commit is contained in:
commit
046b2c382c
4 changed files with 8 additions and 2 deletions
|
@ -19,3 +19,8 @@
|
||||||
width: 150px;
|
width: 150px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.warning {
|
||||||
|
border: 2px solid;
|
||||||
|
margin-bottom: 20px;
|
||||||
|
}
|
||||||
|
|
|
@ -40,4 +40,3 @@
|
||||||
%td.total_price.euro
|
%td.total_price.euro
|
||||||
= f.submit "Order!", class: "btn btn-primary form-control"
|
= f.submit "Order!", class: "btn btn-primary form-control"
|
||||||
= render 'products_modal'
|
= render 'products_modal'
|
||||||
- p @order.errors
|
|
||||||
|
|
|
@ -1,2 +1,4 @@
|
||||||
|
.warning.center
|
||||||
|
%h1 TESTFASE | GELIEVE STREEPJES TE BLIJVEN ZETTEN | TESTFASE
|
||||||
.row
|
.row
|
||||||
= render @users
|
= render @users
|
||||||
|
|
Loading…
Reference in a new issue