]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/traces/new.html.erb
Merge pull request #5151 from AntonKhorev/no-history-and-export-buttons
[rails.git] / app / views / traces / new.html.erb
index b7951cb32eb8f167f46b11e0cef5500441ec4323..ae5ffe5657ffbbfaddc7e2a0cd519aae89ddba26 100644 (file)
@@ -3,8 +3,9 @@
 <% end %>
 
 <%= bootstrap_form_for @trace, :url => { :action => "create" }, :html => { :multipart => true } do |f| %>
-  <%= f.file_field :gpx_file, :placeholder => t("helpers.file.prompt") %>
-  <%= f.text_field :description %>
+  <%= 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,
                [[t("traces.visibility.private"), "private"],