mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-22 13:48:46 +00:00
Removed guidelines testing (#9024)
This commit is contained in:
parent
ad5decc285
commit
6e70f27bc6
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@
|
|||
button.btn.btn-secondary.send-chat.float-right(v-once, @click='sendMessage()') {{ $t('send') }}
|
||||
button.btn.btn-secondary.float-left(v-once, @click='fetchRecentMessages()') {{ $t('fetchRecentMessages') }}
|
||||
|
||||
.row.community-guidelines(v-if='true || !communityGuidelinesAccepted')
|
||||
.row.community-guidelines(v-if='!communityGuidelinesAccepted')
|
||||
div.col-8(v-once, v-html="$t('communityGuidelinesIntro')")
|
||||
div.col-4
|
||||
button.btn.btn-info(@click='acceptCommunityGuidelines()', v-once) {{ $t('acceptCommunityGuidelines') }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue