Show More
Commit Description:
add golden submit button...
Commit Description:
add golden submit button - When the user submit more than or equal to 100 times the submit button will turn gold - Add golden-btn tag in applications.css.scss
File last commit:
Show/Diff file:
Action:
test/fixtures/problems.yml | 26 lines | 489 B | text/x-yaml | YamlLexer |
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
prob_add:
name: add
full_name: add_full_name
full_score: 100
available: true
prob_sub:
name: subtract
full_name: subtract_full_name
full_score: 100
available: false
easy:
name: easy_problem
full_name: Easy Problem
available: true
full_score: 10
contests: contest_a, contest_b
hard:
name: hard_problem
full_name: Hard Problem
available: true
full_score: 20
contests: contest_b