mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 07:07:35 +01:00
* Moved static files over to new client * Added statics, fixed translations and update styles * More style and vue fixes * Fixed line endings * Fixed new stuff converasion and help links
39 lines
1.4 KiB
Vue
39 lines
1.4 KiB
Vue
<template lang="pug">
|
|
.row
|
|
.col-md-12
|
|
.page-header
|
|
h1 {{ $t('contactUs') }}
|
|
p
|
|
| {{ $t('reportAccountProblems') }}
|
|
| :
|
|
a(href='mailto:admin@habitica.com') admin@habitica.com
|
|
br
|
|
| {{ $t('reportBug') }}
|
|
| :
|
|
a(target='_blank', href='https://github.com/HabitRPG/habitica/issues?q=is%3Aopen') GitHub
|
|
br
|
|
| {{ $t('reportCommunityIssues') }}
|
|
| :
|
|
a(href='mailto:leslie@habitica.com') leslie@habitica.com
|
|
br
|
|
| {{ $t('subscriptionPaymentIssues') }}
|
|
| :
|
|
a(href='mailto:admin@habitica.com') admin@habitica.com
|
|
br
|
|
| {{ $t('generalQuestionsSite') }}
|
|
| :
|
|
a(target='_blank', href='http://habitica.wikia.com/wiki/The_Keep:Habitica_Help:_Ask_a_Question') Habitica Help guild
|
|
br
|
|
| {{ $t('businessInquiries') }}
|
|
| :
|
|
a(href='mailto:vicky@habitica.com') vicky@habitica.com
|
|
br
|
|
| {{ $t('merchandiseInquiries') }}
|
|
| :
|
|
a(href='mailto:store@habitica.com') store@habitica.com
|
|
br
|
|
| {{ $t('marketingInquiries') }}
|
|
| :
|
|
a(href='mailto:leslie@habitica.com') leslie@habitica.com
|
|
</template>
|