reshuffled things, order button now exists and does nothing

This commit is contained in:
Senad Uka
2015-02-17 07:23:09 +01:00
parent a9249c7ad8
commit d3d5db97fd
3 changed files with 22 additions and 10 deletions

View File

@@ -20,12 +20,9 @@ var CartTotal = React.createClass({
});
return (
<div className="row-fluid cart-total">
<div className="col-md-offset-9 col-md-3">
Ukupno: {Globals.FormatCurrency(total)} + Dostava
</div>
return (
<div className="col-md-3 cart-total">
Ukupno: {Globals.FormatCurrency(total)} + Dostava
</div>
);