Merge branch 'CDL-MVP' into issue632
dev
commit f42b2a7725a22055d0c1403630e04168862c83da
2 parents 79bc7cd + f2c120d
@Brian Riley Brian Riley authored on 3 Oct 2017
GitHub committed on 3 Oct 2017
Showing 40 changed files
View
CONTRIBUTING.md
View
app/controllers/phases_controller.rb
View
app/controllers/questions_controller.rb
View
app/controllers/sections_controller.rb
View
app/controllers/templates_controller.rb
View
app/views/layouts/_es5_scripts.html.erb
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/_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_show.html.erb 100644 → 0
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/views/phases/edit.js
View
lib/assets/javascripts/views/phases/show.js 0 → 100644
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/phases_controller_test.rb
View
test/functional/questions_controller_test.rb
View
test/functional/sections_controller_test.rb
View
test/functional/templates_controller_test.rb