DTL panel - add link to proposal
This commit is contained in:
parent
d811c0f2e2
commit
53e8bd29ed
1 changed files with 12 additions and 10 deletions
|
|
@ -50,19 +50,21 @@
|
|||
<div
|
||||
v-if="!isDialogOpen"
|
||||
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"
|
||||
>
|
||||
<h3 class="sr-only">Proposition</h3>
|
||||
<img
|
||||
v-if="activeProposal.thumb"
|
||||
:src="activeProposal.thumb"
|
||||
alt=""
|
||||
width="72"
|
||||
height="72"
|
||||
loading="lazy"
|
||||
class="bg-white rounded-sm"
|
||||
/>
|
||||
<router-link class="link-full" :to="activeProposal.path">
|
||||
<img
|
||||
v-if="activeProposal.thumb"
|
||||
:src="activeProposal.thumb"
|
||||
alt=""
|
||||
width="72"
|
||||
height="72"
|
||||
loading="lazy"
|
||||
class="bg-white rounded-sm"
|
||||
/>
|
||||
</router-link>
|
||||
<p>
|
||||
Données basées sur la proposition <br />du {{ activeProposal.date }}
|
||||
<br />{{ activeProposal.stepLabel }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue