X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/8d2271699bfe8199ebeac2d2bf491e2133cc02d8..1b8c7f8bf732070f623597b04e2bcc4ce8a298e9:/app/views/traces/new.html.erb?ds=sidebyside diff --git a/app/views/traces/new.html.erb b/app/views/traces/new.html.erb index b7951cb32..bff8cd3bc 100644 --- a/app/views/traces/new.html.erb +++ b/app/views/traces/new.html.erb @@ -4,7 +4,7 @@ <%= 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.text_field :description, :maxlength => 255 %> <%= f.text_field :tagstring %> <%= f.select :visibility, [[t("traces.visibility.private"), "private"],