Please enable JavaScript to use RhodeCode Enterprise
Commit Description:
merge with algo-bm
Commit Description:
merge with algo-bm
- content_for :header do
= javascript_include_tag 'new'
%script { :type => "text/javascript" }
$(function () {
$('#since_datetime').datetimepicker({ showButtonPanel: true, dateFormat: "yy-mm-dd", controlType: "slider"} );
$('#until_datetime').datetimepicker({ showButtonPanel: true, dateFormat: "yy-mm-dd", controlType: "slider"} );
});
%h1 Login status
= render partial : 'report_menu'
= render partial : 'date_range' , locals : { param_text : 'Login date range:' , title : 'Query login stat in the range' }
%table .info
%thead
%tr .info-head
%th login
%th full name
%th login count
%th earliest
%th latest
%tbody
- @logins . each do | l |
%tr { class : cycle ( 'info-even' , 'info-odd' )}
%td = l [ :login ]
%td = l [ :full_name ]
%td = l [ :count ]
%td = l [ :min ] ? l [ :min ]. in_time_zone . strftime ( '%Y-%m-%d %H:%M' ) : ''
%td = l [ :max ] ? l [ :max ]. in_time_zone . strftime ( '%Y-%m-%d %H:%M' ) : ''
Site-wide shortcuts
/
Use quick search box
g h
Goto home page
g g
Goto my private gists page
g G
Goto my public gists page
n r
New repository page
n g
New gist page
Repositories
g s
Goto summary page
g c
Goto changelog page
g f
Goto files page
g F
Goto files page with file search activated
g p
Goto pull requests page
g o
Goto repository settings
g O
Goto repository permissions settings