X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/c7cc05c078b540641b6c8bac51f218807a83a914..HEAD:/app/views/traces/edit.html.erb 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 %>