# HG changeset patch # User Alexandre Segura # Date 1493821862 -7200 # Node ID 238e5353b5be63b1cc66f5133694b1aacd6f55d1 # Parent 2fa2d7d8a34fd586e0fbd38e635ea3d562e2f68b Add Joconde ref in breadcrumb. diff -r 2fa2d7d8a34f -r 238e5353b5be src/iconolab/templates/partials/header_breadcrumbs.html --- a/src/iconolab/templates/partials/header_breadcrumbs.html Wed May 03 15:09:11 2017 +0200 +++ b/src/iconolab/templates/partials/header_breadcrumbs.html Wed May 03 16:31:02 2017 +0200 @@ -6,9 +6,9 @@ {% else %}
  • Fond {{collection.verbose_name}}
  • {% if not annotation %} -
  • Objet
  • +
  • Objet {{ item.metadatas.joconde_ref }}
  • {% else %} -
  • Objet
  • +
  • Objet {{ image.item.metadatas.joconde_ref }}
  • {% if not revision %}
  • Annotation
  • {% else %} @@ -18,4 +18,4 @@ {% endif %} {% endif %} -{% endif %} \ No newline at end of file +{% endif %}