fix(sharing): Correct Jade interpolation
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user