diff options
| author | Michel Etienne | 2014-09-05 18:03:08 +0200 | 
|---|---|---|
| committer | Michel Etienne | 2014-09-05 18:03:08 +0200 | 
| commit | 06da44f2fbcda37e7fc7178799452d49e6d60c8b (patch) | |
| tree | 7fefcddbffee702723d141ca34ac417afdb78e54 /app/views/import_tasks | |
| parent | d40d6db116c665a455d32693a64f0d732a760779 (diff) | |
| download | chouette-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.erb | 1 | 
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 %> | 
