added date field to entite display #2294
This commit is contained in:
parent
9c5db8527d
commit
d813759ad7
@ -252,6 +252,15 @@ body{
|
|||||||
|
|
||||||
section.entite{
|
section.entite{
|
||||||
.sources{
|
.sources{
|
||||||
|
padding-top: 1em;
|
||||||
|
.source{
|
||||||
|
padding-top: 0.5em;
|
||||||
|
div.date{
|
||||||
|
display: block;
|
||||||
|
font-weight: 100;
|
||||||
|
font-size: 0.882em;
|
||||||
|
padding: 0 0 0.5em 0;
|
||||||
|
}
|
||||||
.liens{
|
.liens{
|
||||||
a{
|
a{
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
@ -259,6 +268,7 @@ body{
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
// PUISSANCE D'AGIR
|
// PUISSANCE D'AGIR
|
||||||
ul.besoins{
|
ul.besoins{
|
||||||
li.besoin{
|
li.besoin{
|
||||||
|
@ -55,10 +55,12 @@ export default {
|
|||||||
<section
|
<section
|
||||||
v-if="entite.sources.length"
|
v-if="entite.sources.length"
|
||||||
class="sources multiple">
|
class="sources multiple">
|
||||||
|
<h5>Experience(s) Vécue(s)</h5>
|
||||||
<section
|
<section
|
||||||
v-for="(source, index) in entite.sources"
|
v-for="(source, index) in entite.sources"
|
||||||
:key="index"
|
:key="index"
|
||||||
class="source">
|
class="source">
|
||||||
|
<div class="date">{{ source.date.start }}</div>
|
||||||
<section class="description">
|
<section class="description">
|
||||||
<label v-if="ct_entite"> {{ field_sources_label }}</label>
|
<label v-if="ct_entite"> {{ field_sources_label }}</label>
|
||||||
<div v-html="source.description"/>
|
<div v-html="source.description"/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user