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