Fix and Enhancements
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
{% endif %}
|
||||
|
||||
<td>
|
||||
<a href="{{ path('document_view', {'id': i.id}) }}" class="text-{{ (i.archive)? 'danger' : 'primary' }}" {% if i.archive %} data-bs-toggle="tooltip" data-placement="top" title="{% trans %}tooltip_archived{% endtrans %}" {% endif %} >`{{i.title | u.truncate(50, '...')}}`</a>
|
||||
<a href="{{ path('document_view', {'id': i.id}) }}" class="text-{{ (i.archive)? 'danger' : 'primary' }}" {% if i.archive %} data-bs-toggle="tooltip" data-placement="top" title="{% trans %}tooltip_archived{% endtrans %}" {% endif %} >{{i.title | u.truncate(50, '...')}}</a>
|
||||
{% if notype is defined %}
|
||||
<br /><small>N°: #{{i.id}}</small>
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user