mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-03 00:09:41 +00:00
new Habitica urls
This commit is contained in:
parent
4598d3d445
commit
7b5822be4d
1 changed files with 5 additions and 5 deletions
|
|
@ -45,28 +45,28 @@ footer.footer(ng-controller='FooterCtrl')
|
|||
li
|
||||
a(target='_blank', href='https://trello.com/c/odmhIqyW/440-read-first-table-of-contents')=env.t('communityFeature')
|
||||
li
|
||||
a(target='_blank', href='https://habitrpg.com/static/api')=env.t('API')
|
||||
a(target='_blank', href='https://habitica.com/static/api')=env.t('API')
|
||||
li
|
||||
a(href='http://habitrpg.wikia.com/wiki/App_and_Extension_Integrations', target='_blank')=env.t('communityExtensions')
|
||||
a(href='http://habitica.wikia.com/wiki/App_and_Extension_Integrations', target='_blank')=env.t('communityExtensions')
|
||||
li
|
||||
a(target='_blank', href='http://habitrpg.wikia.com/wiki/Special:Forum')=env.t('communityForum')
|
||||
li
|
||||
a(target='_blank', href='http://www.kickstarter.com/projects/lefnire/habitrpg-mobile')=env.t('communityKickstarter')
|
||||
li
|
||||
a(target='_blank', href='https://www.facebook.com/Habitrpg')=env.t('communityFacebook')
|
||||
a(target='_blank', href='https://www.facebook.com/Habitica')=env.t('communityFacebook')
|
||||
li
|
||||
a(target='_blank', href='http://www.reddit.com/r/habitrpg/')=env.t('communityReddit')
|
||||
.col-sm-3
|
||||
if (env.NODE_ENV == 'production' && !env.IS_MOBILE)
|
||||
h4=env.t('footerSocial')
|
||||
.addthis_toolbox.addthis_default_style(addthis:url='https://habitrpg.com', addthis:title=env.t('socialTitle'))
|
||||
.addthis_toolbox.addthis_default_style(addthis:url='https://habitica.com', addthis:title=env.t('socialTitle'))
|
||||
table
|
||||
tr
|
||||
td
|
||||
a.addthis_button_facebook_like(fb:like:layout='button_count')
|
||||
tr
|
||||
td
|
||||
a.addthis_button_tweet(tw:via='habitrpg')
|
||||
a.addthis_button_tweet(tw:via='habitica')
|
||||
tr
|
||||
td
|
||||
iframe(src='/bower_components/github-buttons/github-btn.html?user=habitrpg&repo=habitrpg&type=watch&count=true', allowtransparency='true', frameborder='0', scrolling='0', width='85px', height='20px')
|
||||
|
|
|
|||
Loading…
Reference in a new issue