Retire Report a Bug Guild (#13479)
* feat(bug-reporting): Retire Bug Guild and add fancy mailto links * fix(bug-reporting): update GitHub documentation * fix(bug-reporting): eh markdown? * fix(bug-reporting): update Tavern link, remove redundant string * fix(typo): HabitiCa
This commit is contained in:
@@ -7,23 +7,27 @@
|
||||
{{ $t('reportAccountProblems') }}
|
||||
:
|
||||
<a href="mailto:admin@habitica.com">admin@habitica.com</a>
|
||||
<br>
|
||||
{{ $t('reportBug') }}
|
||||
:
|
||||
<a
|
||||
target="_blank"
|
||||
href="/groups/guild/a29da26b-37de-4a71-b0c6-48e72a900dac"
|
||||
>Report a Bug guild</a> or
|
||||
<a
|
||||
target="_blank"
|
||||
href="https://github.com/HabitRPG/habitica/issues?q=is%3Aopen"
|
||||
>GitHub</a>
|
||||
<span v-if="user">
|
||||
<br>
|
||||
{{ $t('reportBug') }}
|
||||
:
|
||||
<a
|
||||
:href="bugReportMailto"
|
||||
target="_blank"
|
||||
>
|
||||
admin@habitica.com
|
||||
</a>
|
||||
<br>
|
||||
{{ $t('reportCommunityIssues') }}
|
||||
:
|
||||
<a href="mailto:admin@habitica.com">admin@habitica.com</a>
|
||||
</span>
|
||||
<span v-else>
|
||||
<br>
|
||||
{{ $t('reportBug') }}
|
||||
:
|
||||
<a href="mailto:admin@habitica.com">admin@habitica.com</a>
|
||||
</span>
|
||||
<br>
|
||||
{{ $t('subscriptionPaymentIssues') }}
|
||||
:
|
||||
@@ -52,8 +56,10 @@
|
||||
<script>
|
||||
import { mapState } from '@/libs/store';
|
||||
import { goToModForm } from '@/libs/modform';
|
||||
import reportBug from '@/mixins/reportBug.js';
|
||||
|
||||
export default {
|
||||
mixins: [reportBug],
|
||||
computed: {
|
||||
...mapState({
|
||||
user: 'user.data',
|
||||
|
||||
Reference in New Issue
Block a user