mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Fix lint
This commit is contained in:
parent
06fd8a2ce9
commit
7cdca49b48
@ -7,15 +7,20 @@
|
||||
@submit="submit"
|
||||
>
|
||||
<template slot-scope="{ errors }">
|
||||
<hc-teaser-image :contribution="contribution" @addTeaserImage="addTeaserImage">
|
||||
<hc-teaser-image
|
||||
:contribution="contribution"
|
||||
@addTeaserImage="addTeaserImage"
|
||||
:class="{ 'images-set-blur': checkedBlur }"
|
||||
>
|
||||
<img
|
||||
v-if="contribution"
|
||||
class="contribution-image"
|
||||
:src="contribution.image | proxyApiUrl"
|
||||
/>
|
||||
</hc-teaser-image>
|
||||
|
||||
<ds-card>
|
||||
<ds-space />
|
||||
|
||||
<ds-text align="right">
|
||||
<label for="blur_img">{{ $t('contribution.shockingPicture') }}</label>
|
||||
<input
|
||||
|
||||
@ -431,7 +431,7 @@
|
||||
"teaserImage": {
|
||||
"cropperConfirm": "Bestätigen"
|
||||
},
|
||||
"shockingPicture" : "Anstößiges Bild",
|
||||
"shockingPicture" : "Dieses Bild kann für einige Menschen unangemessen sein.",
|
||||
"shockingPicture-text" : "Beitragsbild wird Verschwommen dargestellt"
|
||||
},
|
||||
"comment": {
|
||||
|
||||
@ -645,7 +645,7 @@
|
||||
"teaserImage": {
|
||||
"cropperConfirm": "Confirm"
|
||||
},
|
||||
"shockingPicture" : "Shocking Picture",
|
||||
"shockingPicture" : "This image may be inappropriate for some people.",
|
||||
"shockingPicture-text" : "Contribution picture is blurred"
|
||||
},
|
||||
"code-of-conduct": {
|
||||
|
||||
@ -14,7 +14,7 @@
|
||||
<ds-button
|
||||
v-show="post.checkedBlur"
|
||||
class="bluricon-post"
|
||||
icon="eye-slash"
|
||||
icon="eye"
|
||||
primary
|
||||
@click.prevent="unBlur"
|
||||
></ds-button>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user