Merge branch 'CDL-MVP' into org_admin_details_page
dev
commit 5926154f56a3509d64af0431de2c0af184156a9a
2 parents c17e203 + dc6b1a4
@Bhavi Bhavi authored on 4 Oct 2017
GitHub committed on 4 Oct 2017
Showing 79 changed files
View
CONTRIBUTING.md
View
app/controllers/notes_controller.rb
View
app/controllers/phases_controller.rb
View
app/controllers/plans_controller.rb
View
app/controllers/questions_controller.rb
View
app/controllers/sections_controller.rb
View
app/controllers/templates_controller.rb
View
app/models/answer.rb
View
app/views/annotations/_show.html.erb
View
app/views/devise/passwords/edit.html.erb
View
app/views/layouts/_es5_scripts.html.erb
View
app/views/notes/_add.html.erb 100644 → 0
View
app/views/notes/_archive.html.erb
View
app/views/notes/_edit.html.erb
View
app/views/notes/_layout.html.erb 0 → 100644
View
app/views/notes/_list.html.erb
View
app/views/notes/_new.html.erb 0 → 100644
View
app/views/notes/_show.html.erb 0 → 100644
View
app/views/notes/_title.html.erb 0 → 100644
View
app/views/notes/_view.html.erb 100644 → 0
View
app/views/notes/archive.js.erb 100644 → 0
View
app/views/notes/create.js.erb 100644 → 0
View
app/views/notes/update.js.erb 100644 → 0
View
app/views/phases/_admin_add.html.erb 0 → 100644
View
app/views/phases/_admin_show.html.erb 0 → 100644
View
app/views/phases/_edit_phase.html.erb
View
app/views/phases/_edit_plan_answers.html.erb
View
app/views/phases/_guidance_section.html.erb 100644 → 0
View
app/views/phases/_guidances_notes.html.erb 0 → 100644
View
app/views/phases/_note.html.erb 100644 → 0
View
app/views/phases/_show_phase.html 100644 → 0
View
app/views/phases/_show_phase.html.erb 0 → 100644
View
app/views/phases/admin_add.html.erb 100644 → 0
View
app/views/phases/admin_preview.html.erb
View
app/views/phases/admin_show.html.erb 100644 → 0
View
app/views/plans/index.html.erb
View
app/views/plans/new.html.erb
View
app/views/public_pages/plan_index.html.erb
View
app/views/questions/_add_question.html.erb
View
app/views/sections/_add_section.html.erb
View
app/views/sections/_edit_section.html.erb
View
app/views/sections/_show_section.html.erb
View
app/views/shared/_popover.html.erb 0 → 100644
View
app/views/shared/_tooltip.html.erb 0 → 100644
View
app/views/templates/_admin_nav_tabs.html.erb
View
app/views/templates/_admin_template.html.erb 0 → 100644
View
app/views/templates/_edit_template.html.erb
View
app/views/templates/_show_phases_sections.html.erb
View
app/views/templates/_show_template.html.erb
View
app/views/templates/admin_index.html.erb
View
app/views/templates/admin_template.html.erb 100644 → 0
View
app/views/templates/container.html.erb 0 → 100644
View
lib/assets/javascripts/application.js
View
lib/assets/javascripts/constants.js
View
lib/assets/javascripts/spec/autoCompleteSpec.js
View
lib/assets/javascripts/utils/autoComplete.js
View
lib/assets/javascripts/utils/tableHelper.js 0 → 100644
View
lib/assets/javascripts/views/notes/add.js 100644 → 0
View
lib/assets/javascripts/views/notes/archive.js 100644 → 0
View
lib/assets/javascripts/views/notes/edit.js 100644 → 0
View
lib/assets/javascripts/views/notes/index.js 0 → 100644
View
lib/assets/javascripts/views/notes/show.js 100644 → 0
View
lib/assets/javascripts/views/phases/edit.js
View
lib/assets/javascripts/views/phases/show.js 0 → 100644
View
lib/assets/javascripts/views/plans/index.js
View
lib/assets/javascripts/views/plans/new.js
View
lib/assets/javascripts/views/questions/index.js 0 → 100644
View
lib/assets/javascripts/views/questions/new.js 0 → 100644
View
lib/assets/javascripts/views/sections/index.js 0 → 100644
View
lib/assets/javascripts/views/sections/new.js 0 → 100644
View
lib/assets/javascripts/views/templates/edit.js 0 → 100644
View
lib/assets/javascripts/views/templates/show.js 0 → 100644
View
test/functional/notes_controller_test.rb
View
test/functional/phases_controller_test.rb
View
test/functional/plans_controller_test.rb
View
test/functional/questions_controller_test.rb
View
test/functional/sections_controller_test.rb
View
test/functional/templates_controller_test.rb
View
test/integration/template_selection_test.rb