You are here

download-count-file-field-formatter.html.twig in Open Social 8.5

{% if file %}
    <span class="{{ classes }}">{{ url }} </span>
    <span class="download-count">{{ count }}</span>
{% endif %}

File

modules/custom/download_count/templates/download-count-file-field-formatter.html.twig
View source
  1. {% if file %}
  2. <span class="{{ classes }}">{{ url }} </span>
  3. <span class="download-count">{{ count }}</span>
  4. {% endif %}