summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2016-10-11 12:57:40 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2016-10-11 12:57:40 +0200
commit6d9bca0380bcab758d96e1bcb58fa6e2f9ef1c19 (patch)
treecb255c9a3508ae2e8ca0a4316d179b0b5b995a29
parent6e4384f7d934050204df67213df86b4c7a4f050f (diff)
downloadChimère - projet Saclay-6d9bca0380bcab758d96e1bcb58fa6e2f9ef1c19.tar.bz2
Chimère - projet Saclay-6d9bca0380bcab758d96e1bcb58fa6e2f9ef1c19.zip
Add step available in popup
-rw-r--r--templates/chimere/detail.html4
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>