DTL panel - add link to proposal

This commit is contained in:
isUnknown 2025-01-27 18:37:04 +01:00
parent d811c0f2e2
commit 53e8bd29ed

View file

@ -50,19 +50,21 @@
<div <div
v-if="!isDialogOpen" v-if="!isDialogOpen"
id="proposition" id="proposition"
class="flex | bg-white-05 text-grey-200 px-32 py-16" class="flex relative | bg-white-05 text-grey-200 px-32 py-16"
style="--column-gap: 1rem" style="--column-gap: 1rem"
> >
<h3 class="sr-only">Proposition</h3> <h3 class="sr-only">Proposition</h3>
<img <router-link class="link-full" :to="activeProposal.path">
v-if="activeProposal.thumb" <img
:src="activeProposal.thumb" v-if="activeProposal.thumb"
alt="" :src="activeProposal.thumb"
width="72" alt=""
height="72" width="72"
loading="lazy" height="72"
class="bg-white rounded-sm" loading="lazy"
/> class="bg-white rounded-sm"
/>
</router-link>
<p> <p>
Données basées sur la proposition <br />du {{ activeProposal.date }} Données basées sur la proposition <br />du {{ activeProposal.date }}
<br />{{ activeProposal.stepLabel }} <br />{{ activeProposal.stepLabel }}