X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/57443546f8395da089ee295cde05750a087fd6dd..d13348c0ea27cdb33153564aacf3130b0432157c:/app/views/user/list.html.erb diff --git a/app/views/user/list.html.erb b/app/views/user/list.html.erb index 93839cbe8..fcd0c41fc 100644 --- a/app/views/user/list.html.erb +++ b/app/views/user/list.html.erb @@ -1,5 +1,9 @@ <% @title = t('user.list.title') %> +<% content_for :head do %> + <%= javascript_include_tag "user" %> +<% end %> + <% content_for :heading do %>

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

<% end %> @@ -34,12 +38,6 @@ <%= submit_tag t('user.list.confirm'), :name => "confirm" %> <%= submit_tag t('user.list.hide'), :name => "hide" %> - - <% end %> <% else %>

<%= t "user.list.empty" %>