From 1e32562affa206cd81e5888ea1f4688e69da90b2 Mon Sep 17 00:00:00 2001 From: Senad Uka Date: Sat, 13 Jun 2015 06:09:59 +0200 Subject: [PATCH] changed button labeling to be consistent 'ubaci u korpu' and 'ukloni iz korpe' --- front-ui/app/components/cart/addToCart.js | 2 +- front-ui/app/components/items/singleItem.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/front-ui/app/components/cart/addToCart.js b/front-ui/app/components/cart/addToCart.js index 2c8ffa8..f4daf2b 100644 --- a/front-ui/app/components/cart/addToCart.js +++ b/front-ui/app/components/cart/addToCart.js @@ -18,7 +18,7 @@ var AddToCart = React.createClass({
-
+
); diff --git a/front-ui/app/components/items/singleItem.js b/front-ui/app/components/items/singleItem.js index 69ab47f..db6315e 100644 --- a/front-ui/app/components/items/singleItem.js +++ b/front-ui/app/components/items/singleItem.js @@ -33,7 +33,7 @@ var SingleItem = React.createClass({
product image -
+

{ this.props.item.get('brand') ? this.props.item.get('brand').name : '' }
{ this.props.item.get('name') }

{ Globals.FormatCurrency(this.props.item.get('list_price')) }