app/views/alchemy/admin/users/index.html.erb in alchemy_cms-2.5.0.b9 vs app/views/alchemy/admin/users/index.html.erb in alchemy_cms-2.5.0.rc3
- old
+ new
@@ -24,10 +24,10 @@
<th class="login"><%= Alchemy::User.human_attribute_name('login') %></th>
<th class="name"><%= Alchemy::User.human_attribute_name('firstname') %></th>
<th><%= Alchemy::User.human_attribute_name('lastname') %></th>
<th class="email"><%= Alchemy::User.human_attribute_name('email') %></th>
<th><%= Alchemy::User.human_attribute_name('language') %></th>
- <th><%= Alchemy::User.human_attribute_name('last_login_at') %></th>
+ <th><%= Alchemy::User.human_attribute_name('last_sign_in_at') %></th>
<th class="role"><%= Alchemy::User.human_attribute_name('role') %></th>
<th class="tools"></th>
</tr>
<%= render :partial => 'alchemy/admin/users/user', :collection => @users %>
</table>