diff --git a/public/javascripts/areas/store/views/templates/product.html b/public/javascripts/areas/store/views/templates/product.html index a97e490..1fd448c 100644 --- a/public/javascripts/areas/store/views/templates/product.html +++ b/public/javascripts/areas/store/views/templates/product.html @@ -1,5 +1,6 @@
+ {{product.name}}

{{product.name}} diff --git a/public/javascripts/areas/store/views/templates/store.html b/public/javascripts/areas/store/views/templates/store.html index 92c4a34..a545664 100644 --- a/public/javascripts/areas/store/views/templates/store.html +++ b/public/javascripts/areas/store/views/templates/store.html @@ -1,12 +1,16 @@ -
+
+
- +
{{#if hasEvaluations}} -
+
-
({{numberOfEvaluations}} avaliações, veja todas)
+ + + +
({{numberOfEvaluations}} avaliações, veja todas)
{{/if}} {{#if userOwned}} @@ -14,7 +18,7 @@ Editar sua loja

{{/if}} -
{{{homePageDescription}}}
+
{{{homePageDescription}}}
{{#if store.urlFacebook}} {{/if}} @@ -23,9 +27,17 @@ {{/if}} {{#if store.otherUrl}} {{/if}} +
+ + + + + + +