diff options
Diffstat (limited to 'templates/chimere/detail.html')
-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 d036248..e9105f5 100644 --- a/templates/chimere/detail.html +++ b/templates/chimere/detail.html @@ -31,9 +31,9 @@ <div id='detail_footer'> <div id='detail-action-bar'> {%if routing_enabled%}<a class='detail_from' href='#'>{% trans "From" context "routing" %}</a> + | <a class='detail_step' href='#'>{% trans "Add step" context "routing" %}</a> | <a class='detail_to' href='#'>{% trans "To" context "routing" %}</a> - | {% endif %}<a class='detail_zoomin' href='#'>{% trans "Zoom in" %}</a> - | <a class='detail_zoomout' href='#'>{% trans "Zoom out" %}</a> + {% endif %} </div> <ul class='share'> <li><a href="{{modif_by_email}}">{% trans "Propose a modification" %}</a></li> |