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