X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/f0e76d90add15e8bec6a4350f69f2a06f168574b..6baa2ad39f3b47a8a9004864fabcb4aa6287318e:/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 809112d4b..2059178cf 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) %> +<%= image_tag trace_picture_path(@trace.user, @trace), :class => "trace_image" %> <%= bootstrap_form_for @trace do |f| %> <%= f.text_field :name, :disabled => true %>