fix(sharing): Correct Jade interpolation

This commit is contained in:
Sabe Jones
2015-11-10 16:33:33 -05:00
parent ada7ca71ad
commit a393cdc94b
+2 -2
View File
@@ -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')