Show More
Commit Description:
added codejom controller, show status in public
Commit Description:
added codejom controller, show status in public
File last commit:
Show/Diff file:
Action:
app/views/codejom/index.html.haml | 11 lines | 271 B | text/x-haml | HamlLexer |
Jittat Fakcharoenphol
added codejom controller, show status in public
r254 %h1 Code Jom Control Panel
%h2= "Available problems (#{@available_problems.length})"
%ul
- @available_problems.each do |problem|
%li= problem.name
%h2= "Activated problems (#{@activated_problems.length})"
- @activated_problems.each do |problem|
= problem.name