diff -r 9ed54b10ce16 -r e1e14766f608 src_js/iconolab-bundle/src/components/diffviewer/template.html
--- a/src_js/iconolab-bundle/src/components/diffviewer/template.html Fri Aug 26 18:48:30 2016 +0200
+++ b/src_js/iconolab-bundle/src/components/diffviewer/template.html Tue Aug 30 16:58:59 2016 +0200
@@ -1,6 +1,79 @@
-
-
fermer
-
-
-
+
+
+ Comparer les deux versions:
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
-
+ {{ tag.tag_label }} | précision : {{ tag.accuracy }}
+ -
+ pertinence : {{ tag.relevancy }}
+
+
+
+
+ -- {{ tag.tag_label }} a été remplacé par
+ ++ {{ tag.new_label }}
+ précision : {{ tag.new_accuracy }} -
+ pertinence: {{ tag.new_relevancy }}
+
+
+
+ -
+ ++ {{ tag.tag_label }}
+ précision : {{ tag.accuracy }} -
+ pertinence : {{ tag.relevancy }}
+
+
+
+
+ -- {{ tag.tag_label }} a été effacé
+
+
+
+ -
+ {{ tag.tag_label }}
+
+ précision:
{{ tag.accuracy }} {{ tag.new_accuracy }} -
+
+
+ précision: {{ tag.accuracy }} -
+
+
+ pertinence: {{ tag.relevancy }} {{ tag.new_relevancy }}
+
+
+ pertinence: {{ tag.relevancy }}
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file