forked from MapComplete/MapComplete
UX: show deleted tags, use translated string
This commit is contained in:
parent
a0dbec5d4e
commit
c215051ec5
1 changed files with 8 additions and 1 deletions
|
@ -94,7 +94,9 @@
|
||||||
{:else if image.provider.name === "panoramax"}
|
{:else if image.provider.name === "panoramax"}
|
||||||
<div class="my-4">
|
<div class="my-4">
|
||||||
<AccordionSingle noBorder>
|
<AccordionSingle noBorder>
|
||||||
<div slot="header" class="flex text-sm">Report inappropriate picture</div>
|
<div slot="header" class="flex text-sm">
|
||||||
|
<Tr t={t.requestDeletion}/>
|
||||||
|
</div>
|
||||||
<div class="interactive flex flex-col p-2">
|
<div class="interactive flex flex-col p-2">
|
||||||
<h3>
|
<h3>
|
||||||
<Tr t={t.title} />
|
<Tr t={t.title} />
|
||||||
|
@ -136,6 +138,11 @@
|
||||||
</AccordionSingle>
|
</AccordionSingle>
|
||||||
</div>
|
</div>
|
||||||
{/if}
|
{/if}
|
||||||
|
{#if $showTags}
|
||||||
|
<div class="subtle line-through">
|
||||||
|
{image.originalAttribute.key}={image.originalAttribute.value}
|
||||||
|
</div>
|
||||||
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue