]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/user/list.html.erb
Site cleanup
[rails.git] / app / views / user / list.html.erb
index 398debe1eed046cfb0ccd9d706f76eb4ef75fe4a..240a7590ddb16532d3bef28ce6f5b345901ab048 100644 (file)
@@ -1,6 +1,8 @@
 <% @title = t('user.list.title') %>
 
-<h1><%= t('user.list.heading') %></h1>
+<% content_for :heading do %>
+  <h1><%= t('user.list.heading') %></h1>
+<% end %>
 
 <% unless @users.empty? %>
   <%= form_tag do %>