lint
This commit is contained in:
parent
f63ee29fac
commit
502d76ebcd
@ -14,45 +14,66 @@
|
|||||||
</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">
|
||||||
<button
|
<button
|
||||||
class="button-default"
|
class="button-default"
|
||||||
@click.prevent="neverShowAgain"
|
@click.prevent="neverShowAgain"
|
||||||
>
|
>
|
||||||
{{ $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>
|
||||||
<button
|
<button
|
||||||
class="button-default"
|
class="button-default"
|
||||||
@click.prevent="dismiss"
|
@click.prevent="dismiss"
|
||||||
>
|
>
|
||||||
{{ $t("general.dismiss") }}
|
{{ $t("general.dismiss") }}
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user