summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@proxience.com>2015-02-25 13:38:05 +0100
committerÉtienne Loks <etienne.loks@proxience.com>2015-02-25 13:38:05 +0100
commitda23f37325c9375e85500d05f0361b110da09f93 (patch)
treed056fde19108ea6eb4b56c14212dc21f1425fbb3
parent11299f734e98caf6cf6e7858a2fdff6fb6c49b03 (diff)
downloadChimère - projet de référence-da23f37325c9375e85500d05f0361b110da09f93.tar.bz2
Chimère - projet de référence-da23f37325c9375e85500d05f0361b110da09f93.zip
Fix a bad icon
-rw-r--r--templates/chimere/detail.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/chimere/detail.html b/templates/chimere/detail.html
index 73a540b..247a53e 100644
--- a/templates/chimere/detail.html
+++ b/templates/chimere/detail.html
@@ -27,7 +27,7 @@
{% if marker.origin %}<p class='detail_source'><strong>{% trans "Source:" %}</strong> <span>{{marker.origin}}</span></p>{% endif %}
{% if marker.license %}<p class='detail_license'><strong>{% trans "License:" %}</strong> <span>{{marker.license}}</span></p>{% endif %}
{% if marker.multimedia_items %}<p class='detail_multimedia'>
- <a data-toggle='modal' data-target="#multimedia-gallery-{{time_now}}" href='#' id='multimedia-gallery-button'><span class='fa fa-chimere-action fa-newspaper-o'></span><span class='lbl'>{% trans "Show multimedia gallery"%}</span></a>
+ <a data-toggle='modal' data-target="#multimedia-gallery-{{time_now}}" href='#' id='multimedia-gallery-button'><span class='fa fa-chimere-action fa-camera'></span> <span class='lbl'>{% trans "Show the gallery"%}</span></a>
</p>{% endif %}
</div>
{% share_bar marker.name %}