From 10bc522bf31119b0ae8bd6dcfd09dad95edc3c19 Mon Sep 17 00:00:00 2001 From: Giovanni Bassi Date: Sun, 27 Oct 2013 13:18:42 -0200 Subject: [PATCH] adding microdata from schema.org to store page, #138 --- .../areas/store/views/templates/product.html | 1 + .../areas/store/views/templates/store.html | 24 ++++++++++++++----- 2 files changed, 19 insertions(+), 6 deletions(-) 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}} +
+ + + + + + +