From a393cdc94bc242c31a74c1a3f1f33c758d1731a6 Mon Sep 17 00:00:00 2001 From: Sabe Jones Date: Tue, 10 Nov 2015 16:33:33 -0500 Subject: [PATCH] fix(sharing): Correct Jade interpolation --- website/views/shared/modals/hatch-pet.jade | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/views/shared/modals/hatch-pet.jade b/website/views/shared/modals/hatch-pet.jade index 62ba70bb11..3d536e1821 100644 --- a/website/views/shared/modals/hatch-pet.jade +++ b/website/views/shared/modals/hatch-pet.jade @@ -27,6 +27,6 @@ script(type='text/ng-template', id='modals/hatchPet.html') .col-xs-3 a.twitter-share-button(href='https://twitter.com/intent/tweet?text=I just hatched a {{::hatchedPet.potion}} {{::hatchedPet.egg}} by completing my real-life tasks!&via=habitica&url=#{env.BASE_URL}/social/hatch-pet&count=none')=env.t('tweet') .col-xs-4(style='margin-left:.8em') - .fb-share-button(data-href='{env.BASE_URL}/social/hatch-pet', data-layout='button') + .fb-share-button(data-href='#{env.BASE_URL}/social/hatch-pet', data-layout='button') .col-xs-4(style='margin-left:.8em') - a.tumblr-share-button(data-href='{env.BASE_URL}/social/hatch-pet', data-notes='none') + a.tumblr-share-button(data-href='#{env.BASE_URL}/social/hatch-pet', data-notes='none')