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:
db/migrate/016_add_task_to_grader_process.rb | 9 lines | 201 B | text/x-ruby | RubyLexer |
jittat
add grader list...
r32 class AddTaskToGraderProcess < ActiveRecord::Migration
def self.up
add_column :grader_processes, :task_id, :integer
end
def self.down
jittat
[web] added graders_right_to_admin_role, added a few functional tests: main, user_admin, graders, login...
r58 remove_column :grader_processes, :task_id
jittat
add grader list...
r32 end
end