]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/user/list.html.erb
Remove inline javascript from potlatch view
[rails.git] / app / views / user / list.html.erb
index 93839cbe8d5276ef7b50f399e7cd23aefe4e9d7c..fcd0c41fcfd7f49a349ecd2f1035f0f24ad804e2 100644 (file)
@@ -1,5 +1,9 @@
 <% @title = t('user.list.title') %>
 
+<% content_for :head do %>
+  <%= javascript_include_tag "user" %>
+<% end %>
+
 <% content_for :heading do %>
   <h1><%= t('user.list.heading') %></h1>
 <% end %>
       <%= submit_tag t('user.list.confirm'), :name => "confirm" %>
       <%= submit_tag t('user.list.hide'), :name => "hide" %>
     </div>
-
-    <script type="text/javascript">
-     $("#user_all").change(function () {
-       $("#user_list input[type=checkbox]").prop("checked", $("#user_all").prop("checked"));
-     });
-    </script>
   <% end %>
 <% else %>
   <p><%= t "user.list.empty" %></p>