Skip to content
Snippets Groups Projects
Commit ea57a8a9 authored by anonymous's avatar anonymous
Browse files

fix format length

parent fe11263c
Branches
Tags
No related merge requests found
......@@ -36,9 +36,11 @@
{% endblock %}
</div>
</div>
{% if(res.format) %}
<a href="{{ download }}">
<div class="dataformat-label resource-dataformat-label label" style='font-size:{{150/(res.format|length)}}px'>{{res.format}}</div>
</a>
{% endif %}
</div>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment