|
Removed unused views and renamed ones in annotations/templates until those pages have been Bootstrapped DMPRoadmap/roadmap#667
Removed unused views and renamed ones in annotations/templates until those pages have been Bootstrapped DMPRoadmap/roadmap#667 moved plan navigation partial from shared to plans dir removed old es5 version of org details JS. was causing JS compilation issues fixed typos in location of plan nav partial removed unused views and renamed a few in annotations and templates until those pages have been bootstrapped and we can confirm they are not needed. switched API docs link to point to wiki docs added template history view back in. remove token_permission_type controller and test. it was being used to list the API permission types and was linked from the 'How to use API' link. Updated that link to point to Wiki docs added answer locking partial and phase preview back added question preview back converted popovers/tooltips on guidance group pages |
|---|
|
|
| app/controllers/token_permission_types_controller.rb 100644 → 0 |
|---|
| app/views/annotations/_DELETE_add_annotation.html.erb 0 → 100644 |
|---|
| app/views/annotations/_DELETE_edit_annotation.html.erb 0 → 100644 |
|---|
| app/views/annotations/_DELETE_show_annotation.html.erb 0 → 100644 |
|---|
| app/views/annotations/_add_annotation.html.erb 100644 → 0 |
|---|
| app/views/annotations/_edit_annotation.html.erb 100644 → 0 |
|---|
| app/views/annotations/_show_annotation.html.erb 100644 → 0 |
|---|
| app/views/answers/_form_fields.html.erb 100644 → 0 |
|---|
| app/views/answers/_locking.html.erb |
|---|
| app/views/contact_us/contacts/new_formtastic.html.erb 100644 → 0 |
|---|
| app/views/contact_us/contacts/new_simple_form.html.erb 100644 → 0 |
|---|
| app/views/devise/invitations/new.html.erb 100644 → 0 |
|---|
| app/views/devise/registrations/_personal_details.html.erb |
|---|
| app/views/devise/registrations/new.html.erb 100644 → 0 |
|---|
| app/views/devise/sessions/new.html.erb 100644 → 0 |
|---|
| app/views/devise/unlocks/new.html.erb 100644 → 0 |
|---|
| app/views/guidance_groups/admin_edit.html.erb |
|---|
| app/views/guidance_groups/admin_new.html.erb |
|---|
| app/views/guidances/_DELETE_edit_guidance.html.erb 100644 → 0 |
|---|
| app/views/layouts/_es5_scripts.html.erb |
|---|
| app/views/phases/_DELETE_answer_form.html.erb 100644 → 0 |
|---|
| app/views/phases/admin_preview.html.erb |
|---|
| app/views/phases/edit.html.erb |
|---|
| app/views/plans/_answer_form_ro.html.erb 100644 → 0 |
|---|
| app/views/plans/_available_templates.html.erb 100644 → 0 |
|---|
| app/views/plans/_export.html.erb 100644 → 0 |
|---|
| app/views/plans/_form.html.erb 100644 → 0 |
|---|
| app/views/plans/_navigation.html.erb 0 → 100644 |
|---|
| app/views/plans/_show_phase.html.erb 100644 → 0 |
|---|
| app/views/plans/create.html.erb 100644 → 0 |
|---|
| app/views/plans/create.js.erb 100644 → 0 |
|---|
| app/views/plans/download.html.erb |
|---|
| app/views/plans/share.html.erb |
|---|
| app/views/plans/show.html.erb |
|---|
| app/views/plans/update.js.erb 100644 → 0 |
|---|
| app/views/questions/_preview_question.html.erb |
|---|
| app/views/settings/phases/_export_formatting_form.html.erb 100644 → 0 |
|---|
| app/views/settings/phases/show.html.erb 100644 → 0 |
|---|
| app/views/settings/phases/show.partial.erb 100644 → 0 |
|---|
| app/views/shared/_accessible_submit_button.html.erb 100644 → 0 |
|---|
| app/views/shared/_export_links.html.erb 100644 → 0 |
|---|
| app/views/shared/_plan_navigation.html.erb 100644 → 0 |
|---|
| app/views/static_pages/roadmap.html.erb 100644 → 0 |
|---|
| app/views/templates/_DELETE_edit_annotations.html.erb 0 → 100644 |
|---|
| app/views/templates/_edit_annotations.html.erb 100644 → 0 |
|---|
| app/views/token_permission_types/index.html.erb 100644 → 0 |
|---|
| test/functional/token_permission_types_controller_test.rb 100644 → 0 |
|---|