X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/e342314d8b513dd1b7693a40885fd61d439a3557..77d495ccdc4c6d07cb7795177c73ba541afc44e0:/app/views/traces/edit.html.erb?ds=inline diff --git a/app/views/traces/edit.html.erb b/app/views/traces/edit.html.erb index 7365295bd..09fe9c510 100644 --- a/app/views/traces/edit.html.erb +++ b/app/views/traces/edit.html.erb @@ -6,7 +6,7 @@ <%= bootstrap_form_for @trace do |f| %> <%= f.text_field :name, :disabled => true %> - <%= f.text_field :description %> + <%= f.text_field :description, :maxlength => 255 %> <%= f.text_field :tagstring %> <%= f.select :visibility, [[t("traces.visibility.private"), "private"],