Commit 4cdfe9ed authored by Alexandre Delanoë's avatar Alexandre Delanoë

[EXAMPLE] Showing link of authors for dem by IMT.

parent 2791e98e
......@@ -90,7 +90,11 @@
<div class="row-fluid">
<ul class="list-group clearfix">
<li class="list-group-item small"><span class="badge">source</span>{[{source || '&nbsp;'}]}</li>
<li class="list-group-item small"><span class="badge">authors</span>{[{authors || '&nbsp;'}]}</li>
<li class="list-group-item small"><span class="badge">authors</span>
<a href="https://mintel.imt.fr/annuaire_fiche.php?idutil=362">
{[{authors || '&nbsp;'}]}
</a>
</li>
<li class="list-group-item small"><span class="badge">date</span>{[{publication_date || '&nbsp;'}]}</li>
</ul>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment