|
Merge branch 'development' into template-publish-fix
|
|---|
| Gemfile |
|---|
| Gemfile.lock |
|---|
| app/controllers/admin/annotations_controller.rb 0 → 100644 |
|---|
| app/controllers/admin/answers_controller.rb |
|---|
| app/controllers/admin/exported_plans_controller.rb |
|---|
| app/controllers/admin/guidance_groups_controller.rb |
|---|
| app/controllers/admin/guidances_controller.rb |
|---|
| app/controllers/admin/identifier_schemes_controller.rb |
|---|
| app/controllers/admin/languages_controller.rb |
|---|
| app/controllers/admin/notes_controller.rb |
|---|
| app/controllers/admin/orgs_controller.rb |
|---|
| app/controllers/admin/perms_controller.rb |
|---|
| app/controllers/admin/phases_controller.rb |
|---|
| app/controllers/admin/plans_controller.rb |
|---|
| app/controllers/admin/question_formats_controller.rb |
|---|
| app/controllers/admin/question_options_controller.rb |
|---|
| app/controllers/admin/questions_controller.rb |
|---|
| app/controllers/admin/regions_controller.rb |
|---|
| app/controllers/admin/roles_controller.rb |
|---|
| app/controllers/admin/sections_controller.rb |
|---|
| app/controllers/admin/splash_logs_controller.rb |
|---|
| app/controllers/admin/suggested_answers_controller.rb 100644 → 0 |
|---|
| app/controllers/admin/templates_controller.rb |
|---|
| app/controllers/admin/themes_controller.rb |
|---|
| app/controllers/admin/token_permission_types_controller.rb |
|---|
| app/controllers/admin/user_identifiers_controller.rb |
|---|
| app/controllers/admin/users_controller.rb |
|---|
| app/controllers/annotations_controller.rb 0 → 100644 |
|---|
| 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/dashboards/user_dashboard.rb |
|---|
| 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/admin/application/_admin_header.html.erb 100644 → 0 |
|---|
| app/views/admin/application/_sidebar.html.erb 100644 → 0 |
|---|
| app/views/administrate/application/_admin_header.html.erb 0 → 100644 |
|---|
| app/views/administrate/application/_navigation.html.erb 0 → 100644 |
|---|
| 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/phases/_answer_form.html.erb |
|---|
| app/views/phases/_answer_form_ro.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/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/_edit_annotations.html.erb |
|---|
| config/initializers/fast_gettext.rb |
|---|
| config/locale/app.pot |
|---|
| config/locale/de/app.po |
|---|
| config/locale/en_GB/app.po |
|---|
| config/locale/en_US/app.po |
|---|
| config/locale/es/app.po |
|---|
| config/locale/fr/app.po |
|---|
| config/routes.rb |
|---|
| db/schema.rb |
|---|
| db/seeds.rb |
|---|
| 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/unit/annotation_test.rb 0 → 100644 |
|---|
| test/unit/org_test.rb |
|---|
| test/unit/question_test.rb |
|---|
| test/unit/suggested_answer_test.rb 100644 → 0 |
|---|