mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
remove links to Moderator Contact Form
This is a temporary measure until we can get the form working again. This has NOT been approved by any of Habitica's staff. It's just being proposed for consideration. The changes are: - remove link from Help menu - replace link in Contacts page with mailto admin@habitica.com without changing the visible text of the link - replace link in Tavern sidebar with mailto admin@habitica.com using the visible text from the Contacts page
This commit is contained in:
@@ -307,10 +307,9 @@
|
||||
<sidebar-section :title="$t('helpfulLinks')">
|
||||
<ul>
|
||||
<li>
|
||||
<a
|
||||
href
|
||||
@click.prevent="modForm()"
|
||||
>{{ $t('contactForm') }}</a>
|
||||
<a href="mailto:admin@habitica.com">
|
||||
{{ $t('reportCommunityIssues') }}
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<router-link
|
||||
|
||||
@@ -336,10 +336,6 @@
|
||||
href="http://habitica.fandom.com/wiki/Habitica_Wiki"
|
||||
target="_blank"
|
||||
>{{ $t('wiki') }}</a>
|
||||
<a
|
||||
class="topbar-dropdown-item dropdown-item"
|
||||
@click="modForm()"
|
||||
>{{ $t('contactForm') }}</a>
|
||||
</div>
|
||||
</li>
|
||||
</b-navbar-nav>
|
||||
|
||||
@@ -22,10 +22,7 @@
|
||||
<br>
|
||||
{{ $t('reportCommunityIssues') }}
|
||||
:
|
||||
<a
|
||||
href
|
||||
@click.prevent="modForm()"
|
||||
>{{ $t('contactForm') }}</a>
|
||||
<a href="mailto:admin@habitica.com">admin@habitica.com</a>
|
||||
</span>
|
||||
<br>
|
||||
{{ $t('subscriptionPaymentIssues') }}
|
||||
|
||||
Reference in New Issue
Block a user