mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 07:07:35 +01:00
Redesign: Static and Modal Fixes (#9007)
* fix(static-page): Community Manager links * feat(modals): Bailey news * feat(footer): link to Hall of Heroes Also makes a number of strings translatable instead of hardcoded. * fix(notifications): simplify drop messages
This commit is contained in:
@@ -270,7 +270,7 @@
|
||||
li(v-html="$t('commGuideList13D')")
|
||||
|
||||
h2#final {{ $t('commGuideHeadingFinal') }}
|
||||
p(v-html="$t('commGuidePara067', { hrefCommunityManagerEmail : `<a href='mailto: ${COMMUNITY_MANAGER_EMAIL}'>${COMMUNITY_MANAGER_EMAIL}</a>`})")
|
||||
p(v-html="$t('commGuidePara067', { hrefCommunityManagerEmail })")
|
||||
p {{ $t('commGuidePara068') }}
|
||||
|
||||
h2#links {{ $t('commGuideHeadingLinks') }}
|
||||
@@ -339,7 +339,7 @@
|
||||
},
|
||||
data () {
|
||||
return {
|
||||
COMMUNITY_MANAGER_EMAIL,
|
||||
hrefCommunityManagerEmail: `<a href='mailto: ${COMMUNITY_MANAGER_EMAIL}'>${COMMUNITY_MANAGER_EMAIL}</a>`,
|
||||
};
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user