aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/stop_areas
diff options
context:
space:
mode:
authorLuc Donnet2014-06-30 16:00:14 +0200
committerLuc Donnet2014-06-30 16:00:14 +0200
commitbf05e79d81b5fa9f53154317ba7049661ab732fb (patch)
treee8e2213516aebcc0873ea9696acd36570e676cd9 /app/views/stop_areas
parent89dd167379ae6ff6420be959f31ed5b1755cbaca (diff)
downloadchouette-core-bf05e79d81b5fa9f53154317ba7049661ab732fb.tar.bz2
Add stop areas import Refs #0026832
Diffstat (limited to 'app/views/stop_areas')
-rw-r--r--app/views/stop_areas/index.html.erb3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/stop_areas/index.html.erb b/app/views/stop_areas/index.html.erb
index 5519ea55e..1ff6f73d4 100644
--- a/app/views/stop_areas/index.html.erb
+++ b/app/views/stop_areas/index.html.erb
@@ -26,6 +26,9 @@
<ul class="actions">
<li><%= link_to t('stop_areas.actions.new'), new_referential_stop_area_path(@referential), :class => "add" %></li>
<li><%= link_to t('stop_areas.actions.default_geometry'), default_geometry_referential_stop_areas_path(@referential), :method => :put, :class => "calculator_edit" %></li>
+ <li>
+ <%= link_to t('stop_area_imports.new.title'), new_referential_stop_area_import_path( @referential ), :class => "import" %>
+ </li>
</ul>
<h4><%= t(".selection") %></h4>