Compare commits

...

1 commit

Author SHA1 Message Date
Mark Felder
636c4941c5 Fix styling of ToS panel for consistency 2020-10-01 17:31:11 -05:00
2 changed files with 16 additions and 8 deletions

View file

@ -1,14 +1,19 @@
<template> <template>
<div> <div>
<div class="panel panel-default"> <div class="panel panel-default base01-background">
<div class="panel-body"> <div class="panel-heading timeline-heading base02-background">
<!-- eslint-disable vue/no-v-html --> <div class="panel-body">
<div <div class="title">
class="tos-content" {{ $t('tos_panel.title') }}
v-html="content" </div>
/> </div>
<!-- eslint-enable vue/no-v-html -->
</div> </div>
<!-- eslint-disable vue/no-v-html -->
<div
class="tos-content"
v-html="content"
/>
<!-- eslint-enable vue/no-v-html -->
</div> </div>
</div> </div>
</template> </template>

View file

@ -631,6 +631,9 @@
"year_short": "{0}y", "year_short": "{0}y",
"years_short": "{0}y" "years_short": "{0}y"
}, },
"tos_panel": {
"title": "Terms of Service"
},
"timeline": { "timeline": {
"collapse": "Collapse", "collapse": "Collapse",
"conversation": "Conversation", "conversation": "Conversation",