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
References:
File last commit:
Show/Diff file:
Action:
Rakefile
| 7 lines
| 275 B
| text/x-ruby
| RubyLexer
|
|
r318 | #!/usr/bin/env rake | ||
|
r0 | # Add your own tasks in files placed in lib/tasks ending in .rake, | ||
# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake. | ||||
|
r318 | require File.expand_path('../config/application', __FILE__) | ||
|
r0 | |||
|
r318 | CafeGrader::Application.load_tasks | ||