mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-08 02:08:50 +01:00
fix import for csv
This commit is contained in:
parent
76902e95c0
commit
a31c0a7a5d
5 changed files with 41 additions and 21 deletions
|
|
@ -5,7 +5,7 @@
|
|||
<%= select_tag(l, options_for_select(@headers) ) %>
|
||||
<br>
|
||||
<% end %>
|
||||
<%= hidden_field_tag :file, @path %>
|
||||
<%= hidden_field_tag :file, @filename %>
|
||||
<%= hidden_field_tag :import_to, @import_to %>
|
||||
<%= submit_tag "Import" %>
|
||||
<% end %>
|
||||
Loading…
Add table
Add a link
Reference in a new issue