# HG changeset patch
# User Alexandre Segura
# Date 1487945788 -3600
# Node ID 1e5c08705c7e5498cab962dfbdf3cdf4b7073af4
# Parent d0465086d8d2dadfedf9922b9d6b94c15b7d5f90
Go to image page with annotation in hash.
diff -r d0465086d8d2 -r 1e5c08705c7e src/iconolab/templates/partials/image_annotations_list.html
--- a/src/iconolab/templates/partials/image_annotations_list.html Fri Feb 24 15:15:27 2017 +0100
+++ b/src/iconolab/templates/partials/image_annotations_list.html Fri Feb 24 15:16:28 2017 +0100
@@ -5,8 +5,8 @@
{% if header %}
Annotations de l'image
{% endif %}
-
-
+
+
{% if not annotation_list %}
Aucune annotation à afficher
{% else %}
@@ -25,7 +25,7 @@
|
- {% include "partials/annotation_stats_panel.html" with annotation=annotation %}
+ {% include "partials/annotation_stats_panel.html" with annotation=annotation %}
|
{% if show_links %}
@@ -69,4 +69,4 @@
{% endfor %}
{% endif %}
-
\ No newline at end of file
+
|