mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +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')">
|
<sidebar-section :title="$t('helpfulLinks')">
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
<a
|
<a href="mailto:admin@habitica.com">
|
||||||
href
|
{{ $t('reportCommunityIssues') }}
|
||||||
@click.prevent="modForm()"
|
</a>
|
||||||
>{{ $t('contactForm') }}</a>
|
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<router-link
|
<router-link
|
||||||
|
|||||||
@@ -336,10 +336,6 @@
|
|||||||
href="http://habitica.fandom.com/wiki/Habitica_Wiki"
|
href="http://habitica.fandom.com/wiki/Habitica_Wiki"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
>{{ $t('wiki') }}</a>
|
>{{ $t('wiki') }}</a>
|
||||||
<a
|
|
||||||
class="topbar-dropdown-item dropdown-item"
|
|
||||||
@click="modForm()"
|
|
||||||
>{{ $t('contactForm') }}</a>
|
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
</b-navbar-nav>
|
</b-navbar-nav>
|
||||||
|
|||||||
@@ -22,10 +22,7 @@
|
|||||||
<br>
|
<br>
|
||||||
{{ $t('reportCommunityIssues') }}
|
{{ $t('reportCommunityIssues') }}
|
||||||
:
|
:
|
||||||
<a
|
<a href="mailto:admin@habitica.com">admin@habitica.com</a>
|
||||||
href
|
|
||||||
@click.prevent="modForm()"
|
|
||||||
>{{ $t('contactForm') }}</a>
|
|
||||||
</span>
|
</span>
|
||||||
<br>
|
<br>
|
||||||
{{ $t('subscriptionPaymentIssues') }}
|
{{ $t('subscriptionPaymentIssues') }}
|
||||||
|
|||||||
Reference in New Issue
Block a user