X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/75749cc54024ef7b4a06a5415f685331facbb467..98bfaace9aeba7fb387596cc16b2e661506173c6:/app/views/traces/edit.html.erb 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"],