diff --git a/front-ui/app/components/items/itemWithDetailsPage.js b/front-ui/app/components/items/itemWithDetailsPage.js index ee773ef..d6f2194 100644 --- a/front-ui/app/components/items/itemWithDetailsPage.js +++ b/front-ui/app/components/items/itemWithDetailsPage.js @@ -17,11 +17,11 @@ var ItemWithDetailsPage = React.createClass({ return (
-
+
-
+
{this.state.item.get('brand').name}
{this.state.item.get('name')}
@@ -30,16 +30,23 @@ var ItemWithDetailsPage = React.createClass({
Količina
+
-
+
+
+
Opis proizvoda
{this.state.item.get('description')}
-
- - - +
+

Opis proizvoda:

+
+

{this.state.item.get('description')}

+
+
+ +
);