guidances_notes layout according to bootstrap. DMPRoadmap/roadmap#562
new notes view according to bootstrap. Display logic for each view at JS. DMPRoadmap/roadmap#562

new notes working without js.erb templates. Fixed functional test broken. TODO update number of comments view. DMPRoadmap/roadmap#562

$.ajax attributes url and method extracted from closest form action and method attributes respectively. DMPRoadmap/roadmap#562

number of comments template and includes method at answer for abstracting logic. DMPRoadmap/roadmap#562
dev
1 parent fa6fc74 commit 8ab5721ced99c67318aa153e311cad7848d31bc4
@Jose Lloret Jose Lloret authored on 18 Sep 2017
Showing 27 changed files
View
app/controllers/notes_controller.rb
View
app/models/answer.rb
View
app/views/annotations/_show.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/_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
lib/assets/javascripts/application.js
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
test/functional/notes_controller_test.rb