add access thumbnails

This commit is contained in:
2020-07-30 18:20:48 +02:00
parent fc54e18ab9
commit 682e1a1fd0
22 changed files with 428 additions and 31 deletions
@@ -1,6 +1,13 @@
<div class="head">
{{ header }}
<div class="more_link">
<a class="blue" href="{{more['#url']}}">{{ more['#title'] }}<span>+</span></a>
<div class="wrap d-flex">
<div class="more_link">
<a class="blue" href="{{more['#url']}}">{{ more['#title'] }}<span>+</span></a>
</div>
{% if view.storage.id == 'slide_programme' %}
<div class="more_link ml-4">
<a download class="blue" href="{{ file_url(site_settings.information_global.le_programme.uri) }}">TÉLÉCHARGER PDF +</a>
</div>
{% endif %}
</div>
</div>
@@ -31,5 +31,4 @@
<img src="/themes/custom/popsu_colloque/images/linkedin.svg" alt="linkedin">
</a>
</div>
</div>