work: Don't show useless infos
This commit is contained in:
parent
8d9245f1b1
commit
e2998a1fa8
2 changed files with 37 additions and 34 deletions
|
|
@ -96,9 +96,10 @@
|
|||
<dt>Date de fin</dt>
|
||||
<dd><DateFormat date={new Date(w.end_availability)} dateStyle="medium" timeStyle="medium" /></dd>
|
||||
</dl>
|
||||
{#if w.description}
|
||||
<hr>
|
||||
|
||||
{@html w.description}
|
||||
{/if}
|
||||
|
||||
<hr>
|
||||
|
||||
|
|
|
|||
Reference in a new issue