diff options
| author | Michel Etienne | 2015-10-08 11:43:32 +0200 |
|---|---|---|
| committer | Michel Etienne | 2015-10-08 11:44:42 +0200 |
| commit | 9463662e2029af241167fa878a3ab6cb077d0883 (patch) | |
| tree | 6a6d63ee34c104afcbfd405ec6b6532894c1443b | |
| parent | 6638112b02374ced663d44af0da6fcf801658607 (diff) | |
| download | chouette-core-9463662e2029af241167fa878a3ab6cb077d0883.tar.bz2 | |
GTFS export : use referential.time_zone for form initialisation (Mantis 38694)
| -rw-r--r-- | app/views/export_tasks/_fields_gtfs_export.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/export_tasks/_fields_gtfs_export.html.erb b/app/views/export_tasks/_fields_gtfs_export.html.erb index b5dca732b..7edb02bfa 100644 --- a/app/views/export_tasks/_fields_gtfs_export.html.erb +++ b/app/views/export_tasks/_fields_gtfs_export.html.erb @@ -1,2 +1,2 @@ -<%= form.input :time_zone, :as => :time_zone, :input_html => { :title => t("formtastic.titles.export_task.time_zone")} %> +<%= form.input :time_zone, :as => :time_zone, :input_html => { :value => @referential.time_zone ,:title => t("formtastic.titles.export_task.time_zone")} %> <%= form.input :object_id_prefix, :input_html => { :value => @referential.prefix ,:title => t("formtastic.titles.export_task.object_id_prefix")} %> |
