diff options
author | Étienne Loks <etienne.loks@proxience.com> | 2014-07-29 19:30:37 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@proxience.com> | 2014-07-29 19:30:37 +0200 |
commit | 636d4d935e99a5f7847c59b55554b1d5299d1101 (patch) | |
tree | 372238f875de86cd662c65fe3bb06c0ef80a63be | |
parent | 7804c6db7c31f77bd7be5ff31cf2c1350ce527d2 (diff) | |
parent | df6e63ba20ffafcbd47164334ff3bd6dbd617205 (diff) | |
download | Chimère - projet Saclay-636d4d935e99a5f7847c59b55554b1d5299d1101.tar.bz2 Chimère - projet Saclay-636d4d935e99a5f7847c59b55554b1d5299d1101.zip |
Merge branch 'master' into saclay
-rw-r--r-- | templates/chimere/detail.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/chimere/detail.html b/templates/chimere/detail.html index 929cd95..b511eae 100644 --- a/templates/chimere/detail.html +++ b/templates/chimere/detail.html @@ -30,9 +30,9 @@ </div> <div id='detail_footer'> <div id='detail-action-bar'> - <a class='detail_from' href='#'>{% trans "From" context "routing" %}</a> + {%if routing_enabled%}<a class='detail_from' href='#'>{% trans "From" context "routing" %}</a> | <a class='detail_to' href='#'>{% trans "To" context "routing" %}</a> - | <a class='detail_zoomin' href='#'>{% trans "Zoom in" %}</a> + | {% endif %}<a class='detail_zoomin' href='#'>{% trans "Zoom in" %}</a> | <a class='detail_zoomout' href='#'>{% trans "Zoom out" %}</a> </div> <ul class='share'> |