Project

General

Profile

« Previous | Next » 

Revision c665f5e8

Added by Ohad Levy almost 14 years ago

  • ID c665f5e86a441b21c516c514ad731750a52a4431

fixes #318 - users page does not sort based on last login

View differences:

app/views/users/index.html.erb
<th><%= order @search, :by => :lastname %></th>
<th>Mail</th>
<th>Administrator</th>
<th><%= order @search, :by => :last_logon_on %></th>
<th><%= order @search, :by => :last_login_on %></th>
<th>Authorized by</th>
<th></th>
</tr>

Also available in: Unified diff