Show More
Commit Description:
MERGED changeset 404:406 from ytopc branch...
Commit Description:
MERGED changeset 404:406 from ytopc branch git-svn-id: http://theory.cpe.ku.ac.th/grader/web/trunk@425 6386c4cd-e34a-4fa8-8920-d93eb39b512e
File last commit:
Show/Diff file:
Action:
app/views/user_admin/active.html.haml | 19 lines | 333 B | text/x-haml | HamlLexer |
%h1 Active users
%i
I.e., those users that interacts with the system with in the last 60 minutes.
%br/
= link_to '[go back to index]', :action => 'index'
%table
%tr
%th #
%th login
%th full name
- counter = 0
- for user in @users
%tr
%td= counter += 1
%td= user.login
%td= user.full_name