This commit is contained in:
Henry Jameson 2022-08-08 02:14:43 +03:00
parent f63ee29fac
commit 502d76ebcd
1 changed files with 34 additions and 13 deletions

View File

@ -14,25 +14,46 @@
</span> </span>
</div> </div>
<div class="panel-body"> <div class="panel-body">
<div class="content" ref="content"> <div
<img class="pleroma-tan" :src="pleromaTanVariant" :style="pleromaTanStyles"/> ref="content"
<div class="spacer-top"/> class="content"
>
<img
class="pleroma-tan"
:src="pleromaTanVariant"
:style="pleromaTanStyles"
>
<div class="spacer-top" />
<div class="text"> <div class="text">
<p> <p>
{{ $t('update.big_update_content') }} {{ $t('update.big_update_content') }}
</p> </p>
<i18n-t keypath="update.update_bugs" tag="p" class="extra-info"> <i18n-t
keypath="update.update_bugs"
tag="p"
class="extra-info"
>
<template #pleromaGitlab> <template #pleromaGitlab>
<a target="_blank" href="https://git.pleroma.social/">{{ $t('update.update_bugs_gitlab') }}</a> <a
target="_blank"
href="https://git.pleroma.social/"
>{{ $t('update.update_bugs_gitlab') }}</a>
</template> </template>
</i18n-t> </i18n-t>
<i18n-t keypath="update.update_changelog" tag="p" class="extra-info"> <i18n-t
keypath="update.update_changelog"
tag="p"
class="extra-info"
>
<template #theFullChangelog> <template #theFullChangelog>
<a target="_blank" href="https://pleroma.social/announcements/">{{ $t('update.update_changelog_here') }}</a> <a
target="_blank"
href="https://pleroma.social/announcements/"
>{{ $t('update.update_changelog_here') }}</a>
</template> </template>
</i18n-t> </i18n-t>
</div> </div>
<div class="spacer-bottom"/> <div class="spacer-bottom" />
</div> </div>
</div> </div>
<div class="panel-footer"> <div class="panel-footer">
@ -43,9 +64,9 @@
{{ $t("general.never_show_again") }} {{ $t("general.never_show_again") }}
</button> </button>
<button <button
v-if="!showingMore"
class="button-default" class="button-default"
@click.prevent="toggleShow" @click.prevent="toggleShow"
v-if="!showingMore"
> >
{{ $t("general.show_more") }} {{ $t("general.show_more") }}
</button> </button>