X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/8d2271699bfe8199ebeac2d2bf491e2133cc02d8..48ed305163ac44e420de60d7ffc5af1a1c3950c2:/app/views/traces/edit.html.erb
diff --git a/app/views/traces/edit.html.erb b/app/views/traces/edit.html.erb
index 13829727c..09fe9c510 100644
--- a/app/views/traces/edit.html.erb
+++ b/app/views/traces/edit.html.erb
@@ -1,12 +1,12 @@
<% content_for :heading do %>
-
<%= t ".heading", :name => @trace.name %>
+ <%= t ".heading", :name => @trace.name %>
<% end %>
"picture", :id => @trace.id, :display_name => @trace.user.display_name %>">
<%= 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"],