|
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 |
|---|
|
|
| app/controllers/notes_controller.rb |
|---|
| app/models/answer.rb |
|---|
| app/views/annotations/_show.html.erb |
|---|
| app/views/layouts/_es5_scripts.html.erb |
|---|
| app/views/notes/_add.html.erb 100644 → 0 |
|---|
| app/views/notes/_archive.html.erb |
|---|
| app/views/notes/_edit.html.erb |
|---|
| app/views/notes/_layout.html.erb 0 → 100644 |
|---|
| app/views/notes/_list.html.erb |
|---|
| app/views/notes/_new.html.erb 0 → 100644 |
|---|
| app/views/notes/_show.html.erb 0 → 100644 |
|---|
| app/views/notes/_title.html.erb 0 → 100644 |
|---|
| app/views/notes/_view.html.erb 100644 → 0 |
|---|
| app/views/notes/archive.js.erb 100644 → 0 |
|---|
| app/views/notes/create.js.erb 100644 → 0 |
|---|
| app/views/notes/update.js.erb 100644 → 0 |
|---|
| app/views/phases/_edit_plan_answers.html.erb |
|---|
| app/views/phases/_guidance_section.html.erb 100644 → 0 |
|---|
| app/views/phases/_guidances_notes.html.erb 0 → 100644 |
|---|
| app/views/phases/_note.html.erb 100644 → 0 |
|---|
| lib/assets/javascripts/application.js |
|---|
| lib/assets/javascripts/views/notes/add.js 100644 → 0 |
|---|
| lib/assets/javascripts/views/notes/archive.js 100644 → 0 |
|---|
| lib/assets/javascripts/views/notes/edit.js 100644 → 0 |
|---|
| lib/assets/javascripts/views/notes/index.js 0 → 100644 |
|---|
| lib/assets/javascripts/views/notes/show.js 100644 → 0 |
|---|
| test/functional/notes_controller_test.rb |
|---|