X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/49da87fb6d2a9fe8c033a41cd935ee34a8767293..9e98c9d41df683c131719cca60b9a8b5f3d267d9:/app/views/changesets/history.html.erb?ds=sidebyside diff --git a/app/views/changesets/history.html.erb b/app/views/changesets/history.html.erb index e3df87490..cb80787a7 100644 --- a/app/views/changesets/history.html.erb +++ b/app/views/changesets/history.html.erb @@ -1,6 +1,6 @@ <% content_for :auto_discovery_link_tag do -%> <% unless params[:friends] or params[:nearby] -%> - <%= auto_discovery_link_tag :atom, @params.merge(:max_id => nil, :xhr => nil, :action => :feed) %> + <%= auto_discovery_link_tag :atom, @params.to_h.merge(:max_id => nil, :xhr => nil, :action => :feed) %> <% end -%> <% end -%> @@ -11,10 +11,7 @@ @title end %> -

- - <%= @heading %> -

+<%= render "sidebar_header", :title => @heading %>
<%= image_tag "searching.gif", :class => "loader" %>