Initial commit
Cette révision appartient à :
révision
793bb6a488
182 fichiers modifiés avec 17153 ajouts et 0 suppressions
8
templates/partial_show_docs.html
Fichier normal
8
templates/partial_show_docs.html
Fichier normal
|
|
@ -0,0 +1,8 @@
|
|||
{% for doc in docs %}
|
||||
<div class="py-1">
|
||||
<a href="{{ doc.get_absolute_url }}">{{ doc.title }}</a>
|
||||
<a href="{{ doc.get_print_url }}">
|
||||
<img class="icon-xs" src="{% static 'img/printer.png' %}">
|
||||
</a>
|
||||
</div>
|
||||
{% endfor %}
|
||||
Chargement…
Ajouter une table
Ajouter un lien
Référencer dans un nouveau ticket