Show More
Commit Description:
added codejom controller, show status in public
Commit Description:
added codejom controller, show status in public
References:
File last commit:
Show/Diff file:
Action:
app/views/codejom/index.html.haml
| 11 lines
| 271 B
| text/x-haml
| HamlLexer
|
|
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 | ||||