templates index view bootstrapped. DMPRoadmap/roadmap#643
admin_template action and views associated bootstrap. DMPRoadmap/roadmap#562

edit_template and add_phase using new partials tooltip and popover. DMPRoadmap/roadmap#643

layout view for template show, its phases, sections and add new phace. DMPRoadmap/roadmap#643

accordion for section phases. Edit and show phase. DMPRoadmap/roadmap#643

add section to a phase completed. DMPRoadmap/roadmap#643

show and edit sections completed. DMPRoadmap/roadmap#643

fixed broken tests. DMPRoadmap/roadmap#643
dev
1 parent eaeb539 commit 1cb0bc57032e8e33b32f691111fa5b4bc25a5adb
@Jose Lloret Jose Lloret authored on 25 Sep 2017
Showing 40 changed files
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/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/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