X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/7761026a7b1673df904f5233f6294995a79d6a1f..a36f3558dd43dd5a598e36dd21fd5f7d2b4a94f5:/app/views/user/list.html.erb?ds=sidebyside diff --git a/app/views/user/list.html.erb b/app/views/user/list.html.erb index c19c0ac6c..240a7590d 100644 --- a/app/views/user/list.html.erb +++ b/app/views/user/list.html.erb @@ -1,6 +1,8 @@ <% @title = t('user.list.title') %> -

<%= t('user.list.heading') %>

+<% content_for :heading do %> +

<%= t('user.list.heading') %>

+<% end %> <% unless @users.empty? %> <%= form_tag do %> @@ -18,7 +20,7 @@ :count => @user_pages.current_page.last_item - @user_pages.current_page.first_item + 1 %> <% if @user_pages.page_count > 1 %> - | <%= pagination_links_each(@user_pages, {}) { |n| link_to n, params.merge(:page => n) } %> + | <%= raw pagination_links_each(@user_pages, {}) { |n| link_to n, params.merge(:page => n) } %> <% end %>