Replace raw HTML internal hyperlinks with router links #9209 (#9212)

* Replace raw HTML internal hyperlinks with router links #9209

* Fix improper route-link
This commit is contained in:
Cezary Piątek
2017-10-18 22:40:53 +02:00
committed by Sabe Jones
parent 0450e9c3ae
commit 7fbcc0a263
2 changed files with 7 additions and 7 deletions

View File

@@ -13,21 +13,21 @@
h3 Company
ul
li
a(href='/static/features') {{ $t('companyAbout') }}
router-link(to='/static/features') {{ $t('companyAbout') }}
li
a(href='https://habitica.wordpress.com/', target='_blank') {{ $t('companyBlog') }}
li
a(href='http://blog.habitrpg.com/', target='_blank') {{ $t('tumblr') }}
li
a(href='/static/faq') {{ $t('FAQ') }}
router-link(to='/static/faq') {{ $t('FAQ') }}
li
a(href='http://habitica.wikia.com/wiki/Whats_New', target='_blank') {{ $t('oldNews') }}
li
a(href='/static/merch') {{ $t('merch') }}
router-link(to='/static/merch') {{ $t('merch') }}
li
a(href='/static/press-kit') {{ $t('presskit') }}
router-link(to='/static/press-kit') {{ $t('presskit') }}
li
a(href='/static/contact') {{ $t('contactUs') }}
router-link(to='/static/contact') {{ $t('contactUs') }}
.col-12.col-md-2
h3 Community
ul