diff options
| author | Luc Donnet | 2015-04-27 14:17:12 +0200 | 
|---|---|---|
| committer | Luc Donnet | 2015-04-27 14:17:12 +0200 | 
| commit | e470b78a10672fd927de4cd9b3ac6cae0097e12a (patch) | |
| tree | cd4231eb52ddb42099e0779f4579a7e58354e4f1 /app/views/export_tasks | |
| parent | 8a51a1dbaede1ad6bc4e39b7c28639d43e83d7c7 (diff) | |
| download | chouette-core-e470b78a10672fd927de4cd9b3ac6cae0097e12a.tar.bz2 | |
Fix import request to IEV
Diffstat (limited to 'app/views/export_tasks')
| -rw-r--r-- | app/views/export_tasks/new.html.erb | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/export_tasks/new.html.erb b/app/views/export_tasks/new.html.erb index 92753a675..77998237f 100644 --- a/app/views/export_tasks/new.html.erb +++ b/app/views/export_tasks/new.html.erb @@ -1,6 +1,6 @@  <%= title_tag t(".title") %>  <ul class="nav nav-pills"> -  <% ExportTask.formats.each do |format| %>   +  <% ExportTask.data_formats.each do |format| %>      <li role="presentation"><a href="#<%= format %>" class="<%= format %>" title='<%= t(:"enumerize.data_format_detail.#{format}")%>' data-toggle="tab"><%= t(:"enumerize.data_format.#{format}") %></a></li>    <% end %>  </ul>  | 
