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