diff --git a/views/product_edit.hbs b/views/product_edit.hbs index 132dc4c..87dfa86 100644 --- a/views/product_edit.hbs +++ b/views/product_edit.hbs @@ -142,21 +142,19 @@

{{ @root.__ "Product images" }}

{{#if images}}
-
{{#each images}} -
-

- {{ @root.__ "Delete" }} - {{#ifCond this.productImage '==' true}} - {{ @root.__ "main image" }} - {{else}} - {{ @root.__ "Set as main image" }} - {{/ifCond}} -

- -
- {{/each}} +
+

+ {{ @root.__ "Delete" }} + {{#ifCond this.productImage '==' true}} + {{ @root.__ "main image" }} + {{else}} + {{ @root.__ "Set as main image" }} + {{/ifCond}} +

+
+ {{/each}}
{{else}}

{{ @root.__ "No images have been uploaded for this product" }}