Please enable JavaScript to use RhodeCode Enterprise
Commit Description:
add model solution
Commit Description:
add model solution
/- if params[:id]
/ %h1 Tasks Hall of Fame
/ = link_to('[back to All-Time Hall of Fame]', action: 'problem_hof', id: nil )
/- else
/ %h1 All-Time Hall of Fame
.panel.panel-info
.panel-heading
Select Task
.panel-body
.form-inline
= select 'report' ,
'problem_id' ,
@problems . collect { | p | [ "[ #{ p . name } ] #{ p . full_name } " , problem_hof_report_path ( p ) ] },
{ :selected => problem_hof_report_path ( @problem )},
{ class : 'select2 form-control' }
%button .btn.btn-primary.btn-sm.go-button #problem_go { data : { source : "#report_problem_id" } } Go
- unless params [ :id ]
/=render partial: 'all_time_hof'
Please select a problem.
- else
%h1 [ #{ Problem . find ( params [ :id ] ) . name } ] #{ Problem . find ( params [ :id ] ) . full_name }
-# %h2 Submission History
-# =render partial: 'application/bar_graph', locals: { histogram: @histogram }
= render partial : 'task_hof'
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