X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/39963d8c70b6d810ebc396997651a895d1f75344..735a5cf9e25b81d03db80ca4393aa34ea74d612a:/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 2059178cf..1c440adf2 100644 --- a/app/views/traces/edit.html.erb +++ b/app/views/traces/edit.html.erb @@ -2,7 +2,7 @@

<%= t ".heading", :name => @trace.name %>

<% end %> -<%= image_tag trace_picture_path(@trace.user, @trace), :class => "trace_image" %> +<%= trace_picture(@trace) %> <%= bootstrap_form_for @trace do |f| %> <%= f.text_field :name, :disabled => true %>