X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/b70da7b8ea15ab48bb2f34155567cea6dffc8fc9..a89e86285f8aa6defe48de5235ae1224d1d40079:/app/views/traces/edit.html.erb
diff --git a/app/views/traces/edit.html.erb b/app/views/traces/edit.html.erb
index 13829727c..2059178cf 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 %>">
+<%= image_tag trace_picture_path(@trace.user, @trace), :class => "trace_image" %>
<%= 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"],