diff options
author | Étienne Loks <etienne.loks@proxience.com> | 2014-07-29 19:31:04 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@proxience.com> | 2014-07-29 19:31:04 +0200 |
commit | a131d6d4bf14fa4718cb810c01b1654e4f0b34a4 (patch) | |
tree | 93e1c1baa4ee7c8aac2e864daa81987da4e10768 | |
parent | 392a2defc3067a996631c37ec00fb03288bc8546 (diff) | |
parent | df6e63ba20ffafcbd47164334ff3bd6dbd617205 (diff) | |
download | Chimère - projet Saclay-a131d6d4bf14fa4718cb810c01b1654e4f0b34a4.tar.bz2 Chimère - projet Saclay-a131d6d4bf14fa4718cb810c01b1654e4f0b34a4.zip |
Merge branch 'master' into ecopole
-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'> |