X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/e342314d8b513dd1b7693a40885fd61d439a3557..edd8bf77394a667246b548b169914002858e13d6:/app/views/traces/edit.html.erb
diff --git a/app/views/traces/edit.html.erb b/app/views/traces/edit.html.erb
index 7365295bd..809112d4b 100644
--- a/app/views/traces/edit.html.erb
+++ b/app/views/traces/edit.html.erb
@@ -2,11 +2,11 @@
<%= t ".heading", :name => @trace.name %>
<% end %>
- "picture", :id => @trace.id, :display_name => @trace.user.display_name %>">
+<%= image_tag trace_picture_path(@trace.user, @trace) %>
<%= 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"],