changed button labeling to be consistent 'ubaci u korpu' and 'ukloni iz korpe'

This commit is contained in:
Senad Uka
2015-06-13 06:09:59 +02:00
parent d92624bfc7
commit 1e32562aff
2 changed files with 2 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ var SingleItem = React.createClass({
<div className="col-lg-3 col-md-3 col-sm-4 col-xs-6" onClick={itemClick}>
<div className="productbox">
<img className="img-responsive" src={firstImage.resized_url} alt="product image" />
<div style={{height: "110px"}} className="item_name_and_price">
<div style={{height: "90px"}} className="item_name_and_price">
<p><span className="text-uppercase">{ this.props.item.get('brand') ? this.props.item.get('brand').name : '' }</span>
<br /><span className="text-capitalize">{ this.props.item.get('name') }</span></p>
<h4 className="item_floating_price">{ Globals.FormatCurrency(this.props.item.get('list_price')) }</h4>