aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/import_tasks
diff options
context:
space:
mode:
authorMichel Etienne2014-09-05 18:03:08 +0200
committerMichel Etienne2014-09-05 18:03:08 +0200
commit06da44f2fbcda37e7fc7178799452d49e6d60c8b (patch)
tree7fefcddbffee702723d141ca34ac417afdb78e54 /app/views/import_tasks
parentd40d6db116c665a455d32693a64f0d732a760779 (diff)
downloadchouette-core-06da44f2fbcda37e7fc7178799452d49e6d60c8b.tar.bz2
add fields for gtfs exchange restricted to stops and transfers, update help
Diffstat (limited to 'app/views/import_tasks')
-rw-r--r--app/views/import_tasks/new.html.erb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/import_tasks/new.html.erb b/app/views/import_tasks/new.html.erb
index 1ab66663f..337312db6 100644
--- a/app/views/import_tasks/new.html.erb
+++ b/app/views/import_tasks/new.html.erb
@@ -21,6 +21,7 @@
<%= form.input :resources, :as => :file %>
<% unless import_task.references_types.empty? %>
+ <p class="warning"><%= t('.'+import_partial_name(form)+'.warning')%></p>
<%= form.input :references_type, :as => :select, :collection => import_task.references_types.map { |c| [ c.model_name.human.capitalize.pluralize, c.name ] }, :include_blank => t(".all") %>
<% end %>