diff options
-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'> |