Please enable JavaScript to use RhodeCode Enterprise
Commit Description:
logical merge
Commit Description:
logical merge
- content_for :header do
= javascript_include_tag 'local_jquery'
%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 : 'Submission date range:' , title : 'Query submission stat in the range' }
%table .info
%thead
%tr .info-head
%th login
%th full name
%th total submissions
%th submissions
%tbody
- @submissions . each do | user_id , data |
%tr { class : cycle ( 'info-even' , 'info-odd' )}
%td = data [ :login ]
%td = data [ :full_name ]
%td = data [ :count ]
%td
- data [ :sub ]. each do | prob_id , sub_data |
= " #{ sub_data [ :prob_name ] } : ["
- st = []
- sub_data [ :sub_ids ]. each do | id |
- st << link_to ( id , controller : 'graders' , action : 'submission' , id : id )
= raw st . join ', '
= ']'
%br /
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