app/views/users/index.html.erb in tkh_authentication-0.1.3 vs app/views/users/index.html.erb in tkh_authentication-0.1.5
- old
+ new
@@ -1,12 +1,12 @@
-<h1>Listing Users</h1>
+<h1><%= t('activerecord.models.users') %></h1>
<table class='table table-striped'>
<thead>
<tr>
<th><%= t 'authentication.name' %></th>
<th><%= t 'activerecord.attributes.user.email' %></th>
- <th>Admin?</th>
+ <th><%= t('question_mark_inverted') %><%= t('activerecord.attributes.user.admin') %><%= t('question_mark') %></th>
</tr>
</thead>
<tbody>
<% @users.each do |user| %>
\ No newline at end of file