Merge branch 'pull/5117'
This commit is contained in:
commit
6595d43e3c
2 changed files with 8 additions and 7 deletions
|
@ -3,7 +3,8 @@
|
|||
<% end %>
|
||||
|
||||
<%= bootstrap_form_for @trace, :url => { :action => "create" }, :html => { :multipart => true } do |f| %>
|
||||
<%= f.file_field :gpx_file, :placeholder => t("helpers.file.prompt") %>
|
||||
<%= f.file_field :gpx_file, :placeholder => t("helpers.file.prompt"),
|
||||
:help => ".gpx, .tar.gz, .tar.bz2, .tar, .zip, .gpx.gz, .gpx.bz2" %>
|
||||
<%= f.text_field :description, :maxlength => 255 %>
|
||||
<%= f.text_field :tagstring %>
|
||||
<%= f.select :visibility,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue