]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/user/list.html.erb
Merge remote-tracking branch 'upstream/pull/1833'
[rails.git] / app / views / user / list.html.erb
index 903a51c5bb6bbbb7d308db77247d9ac57f58a981..960cf112854219d138c9f6db1b9df9159a71c8b4 100644 (file)
@@ -1,11 +1,11 @@
-<% @title = t('user.list.title') %>
+<% @title = t('.title') %>
 
 <% content_for :head do %>
   <%= javascript_include_tag "user" %>
 <% end %>
 
 <% content_for :heading do %>
-  <h1><%= t('user.list.heading') %></h1>
+  <h1><%= t('.heading') %></h1>
 <% end %>
 
 <% unless @users.empty? %>
@@ -16,7 +16,7 @@
     <table id="user_list">
       <tr>
         <td colspan="2">
-          <%= t 'user.list.showing',
+          <%= t '.showing',
               :page => @user_pages.current_page.number,
               :first_item => @user_pages.current_page.first_item,
               :last_item => @user_pages.current_page.last_item,
     </table>
 
     <div id="user_list_actions buttons">
-      <%= submit_tag t('user.list.confirm'), :name => "confirm" %>
-      <%= submit_tag t('user.list.hide'), :name => "hide" %>
+      <%= submit_tag t('.confirm'), :name => "confirm" %>
+      <%= submit_tag t('.hide'), :name => "hide" %>
     </div>
   <% end %>
 <% else %>
-  <p><%= t "user.list.empty" %></p>
+  <p><%= t ".empty" %></p>
 <% end %>