X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/0c79686f3cef86330d0ab6bbef2a9e2275ac93ac..efdaecdbf3eaaf05411fee3070fa7c1029c81fcb:/app/views/changesets/history.html.erb diff --git a/app/views/changesets/history.html.erb b/app/views/changesets/history.html.erb index e3df87490..b11453958 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,11 +11,12 @@ @title end %> -

- - <%= @heading %> -

+<%= render "sidebar_header", :title => @heading %> -
- <%= image_tag "searching.gif", :class => "loader" %> +
+
+
+ <%= t("browse.start_rjs.loading") %> +
+