From 0727440a315cbf58bd59ede95b4fdc1c185e2058 Mon Sep 17 00:00:00 2001 From: Mark Moser Date: Mon, 20 Mar 2017 10:57:50 -0500 Subject: [PATCH] html reset --- app/views/admin/_nav.html.erb | 2 +- app/views/admin/auth/login.html.erb | 11 +-- app/views/admin/auth/reset.html.erb | 12 +-- app/views/admin/auth/reset_request.html.erb | 7 +- app/views/admin/candidate/_form.html.erb | 14 +-- app/views/admin/candidate/edit.html.erb | 13 +-- app/views/admin/candidate/index.html.erb | 62 ++++++------- app/views/admin/candidate/new.html.erb | 12 +-- app/views/admin/profile/edit.html.erb | 9 +- app/views/admin/profile/view.html.erb | 9 +- app/views/admin/question/_checkbox.html.erb | 8 +- .../admin/question/_checkbox_other.html.erb | 8 +- app/views/admin/question/_form.html.erb | 21 ++--- app/views/admin/question/_radio.html.erb | 8 +- .../admin/question/_radio_other.html.erb | 12 +-- app/views/admin/question/_table_list.html.erb | 2 +- app/views/admin/question/edit.html.erb | 1 + app/views/admin/question/index.html.erb | 2 +- app/views/admin/question/view.html.erb | 49 ++++------ app/views/admin/quiz/_form.html.erb | 6 +- app/views/admin/quiz/_table_list.html.erb | 2 +- app/views/admin/quiz/edit.html.erb | 4 +- app/views/admin/quiz/index.html.erb | 2 +- app/views/admin/quiz/view.html.erb | 10 +- app/views/admin/result/_comment.html.erb | 15 ++- app/views/admin/result/_comment_form.html.erb | 4 +- app/views/admin/result/_voting.html.erb | 8 +- app/views/admin/result/index.html.erb | 46 +++++----- app/views/admin/result/view.html.erb | 92 ++++++++----------- app/views/admin/user/_form.html.erb | 24 +++-- app/views/admin/user/_table_list.html.erb | 2 +- app/views/admin/user/edit.html.erb | 4 +- app/views/admin/user/index.html.erb | 8 +- app/views/admin/user/new.html.erb | 4 +- app/views/admin/user/view.html.erb | 14 ++- app/views/candidate/login.html.erb | 26 ++---- app/views/candidate/oops.html.erb | 15 ++- app/views/candidate/saved.html.erb | 15 ++- app/views/candidate/thankyou.html.erb | 14 +-- app/views/candidate/welcome.html.erb | 45 +++++---- app/views/candidate/welcome_back.html.erb | 17 +--- app/views/layouts/admin.html.erb | 41 +++------ app/views/layouts/application.html.erb | 60 +++++------- app/views/quiz/_checkbox.html.erb | 5 +- app/views/quiz/_checkbox_other.html.erb | 10 +- app/views/quiz/_radio.html.erb | 19 ++-- app/views/quiz/_radio_other.html.erb | 10 +- app/views/quiz/_text.html.erb | 2 +- app/views/quiz/question.html.erb | 37 +++----- app/views/quiz/summary.html.erb | 69 ++++++-------- app/views/shared/_form_model_errors.html.erb | 8 +- .../admin/question_controller_test.rb | 2 +- .../controllers/admin/quiz_controller_test.rb | 4 +- .../controllers/admin/user_controller_test.rb | 4 +- test/controllers/candidate_controller_test.rb | 4 +- test/integration/question_attachments_test.rb | 2 +- test/integration/question_flow_test.rb | 8 +- test/integration/question_live_coder_test.rb | 2 +- 58 files changed, 397 insertions(+), 529 deletions(-) diff --git a/app/views/admin/_nav.html.erb b/app/views/admin/_nav.html.erb index e81cb18..9fa6001 100644 --- a/app/views/admin/_nav.html.erb +++ b/app/views/admin/_nav.html.erb @@ -1,4 +1,4 @@ -