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

@@ -76,11 +76,11 @@
.section.row(v-if="sections.helpfulLinks")
ul
li
a(href='/static/community-guidelines', v-once) {{ $t('communityGuidelinesLink') }}
router-link(to='/static/community-guidelines', v-once) {{ $t('communityGuidelinesLink') }}
li
router-link(to="/groups/guild/f2db2a7f-13c5-454d-b3ee-ea1f5089e601") {{ $t('lookingForGroup') }}
li
a(href='/static/faq', v-once) {{ $t('faq') }}
router-link(to='/static/faq', v-once) {{ $t('faq') }}
li
a(href='', v-html="$t('glossary')")
li