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:
Sabe Jones
2017-08-30 17:59:31 -05:00
committed by GitHub
parent 65aabc8333
commit 395385f3e2
9 changed files with 86 additions and 8844 deletions

View File

@@ -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>`,
};
},
};