|
Merge branch 'development' into vyruss/bugfixes
|
|---|
| app/controllers/admin/annotations_controller.rb 0 → 100644 |
|---|
| app/controllers/admin/suggested_answers_controller.rb 100644 → 0 |
|---|
| app/controllers/annotations_controller.rb 0 → 100644 |
|---|
| app/controllers/phases_controller.rb |
|---|
| app/controllers/questions_controller.rb |
|---|
| app/controllers/suggested_answers_controller.rb 100644 → 0 |
|---|
| app/controllers/templates_controller.rb |
|---|
| app/dashboards/annotation_dashboard.rb 0 → 100644 |
|---|
| app/dashboards/org_dashboard.rb |
|---|
| app/dashboards/question_dashboard.rb |
|---|
| app/dashboards/suggested_answer_dashboard.rb 100644 → 0 |
|---|
| app/models/annotation.rb 0 → 100644 |
|---|
| app/models/org.rb |
|---|
| app/models/plan.rb |
|---|
| app/models/question.rb |
|---|
| app/models/suggested_answer.rb 100644 → 0 |
|---|
| app/models/template.rb |
|---|
| app/policies/annotation_policy.rb 0 → 100644 |
|---|
| app/policies/suggested_answer_policy.rb 100644 → 0 |
|---|
| app/views/annotations/_add_annotation.html.erb 0 → 100644 |
|---|
| app/views/annotations/_edit_annotation.html.erb 0 → 100644 |
|---|
| app/views/annotations/_show_annotation.html.erb 0 → 100644 |
|---|
| app/views/guidances/_edit_guidance.html.erb |
|---|
| app/views/layouts/_signin_signout.html.erb |
|---|
| app/views/phases/_answer_form.html.erb |
|---|
| app/views/phases/_answer_form_ro.html.erb |
|---|
| app/views/phases/_show_phase.html.erb |
|---|
| app/views/phases/admin_show.html.erb |
|---|
| app/views/plans/_answer_form.html.erb 100644 → 0 |
|---|
| app/views/questions/_add_question.html.erb |
|---|
| app/views/questions/_edit_question.html.erb |
|---|
| app/views/questions/_preview_question.html.erb |
|---|
| app/views/questions/_show_question.html.erb |
|---|
| app/views/shared/_accessible_combobox.html.erb |
|---|
| app/views/shared/_register_form.html.erb |
|---|
| app/views/suggested_answers/_add_suggested_answer.html.erb 100644 → 0 |
|---|
| app/views/suggested_answers/_edit_suggested_answer.html.erb 100644 → 0 |
|---|
| app/views/suggested_answers/_show_suggested_answer.html.erb 100644 → 0 |
|---|
| app/views/templates/_admin_nav_tabs.html.erb |
|---|
| app/views/templates/_edit_annotations.html.erb |
|---|
| app/views/templates/_show_phases_sections.html.erb |
|---|
| app/views/templates/admin_template_history.html.erb |
|---|
| app/views/user_mailer/permissions_change_notification.html.erb |
|---|
| app/views/user_mailer/project_access_removed_notification.html.erb |
|---|
| app/views/user_mailer/sharing_notification.html.erb |
|---|
| config/application.rb |
|---|
| config/routes.rb |
|---|
| db/schema.rb |
|---|
| db/seeds.rb |
|---|
| lib/assets/javascripts/application.js |
|---|
| lib/assets/javascripts/shared/register_form.js 0 → 100644 |
|---|
| lib/assets/stylesheets/roadmap-form.scss |
|---|
| lib/tasks/migrate.rake |
|---|
| test/functional/annotations_controller_test.rb 0 → 100644 |
|---|
| test/functional/questions_controller_test.rb |
|---|
| test/functional/suggested_answers_controller_test.rb 100644 → 0 |
|---|
| test/functional/templates_controller_test.rb |
|---|
| test/integration/template_versioning_test.rb |
|---|
| test/test_helper.rb |
|---|
| test/unit/annotation_test.rb 0 → 100644 |
|---|
| test/unit/org_test.rb |
|---|
| test/unit/question_test.rb |
|---|
| test/unit/suggested_answer_test.rb 100644 → 0 |
|---|