Merge pull request #503 from CDLUC3/CDL-MVP
New navigation menus, accessibility for images and fontawesome icons
dev
commit 131cef18b849525f91ab5af8b0c9209a07617ab6
2 parents 0edaf36 + 7f6de76
@Brian Riley Brian Riley authored on 11 Jul 2017
GitHub committed on 11 Jul 2017
Showing 98 changed files
View
app/controllers/annotations_controller.rb
View
app/controllers/application_controller.rb
View
app/controllers/guidance_groups_controller.rb
View
app/controllers/guidances_controller.rb
View
app/controllers/notes_controller.rb
View
app/controllers/orgs_controller.rb
View
app/controllers/phases_controller.rb
View
app/controllers/plans_controller.rb
View
app/controllers/questions_controller.rb
View
app/controllers/registrations_controller.rb
View
app/controllers/roles_controller.rb
View
app/controllers/sections_controller.rb
View
app/controllers/templates_controller.rb
View
app/controllers/user_identifiers_controller.rb
View
app/controllers/users/omniauth_callbacks_controller.rb
View
app/controllers/users_controller.rb
View
app/models/org.rb
View
app/views/contact_us/contacts/new.html.erb
View
app/views/devise/registrations/_external_identifier_orcid.html.erb
View
app/views/devise/registrations/_external_identifier_shibboleth.html.erb
View
app/views/devise/registrations/_personal_details.html.erb
View
app/views/guidance_groups/admin_edit.html.erb
View
app/views/guidance_groups/admin_new.html.erb
View
app/views/guidances/_DELETE_add_guidance.html.erb 0 → 100644
View
app/views/guidances/_DELETE_edit_guidance.html.erb 0 → 100644
View
app/views/guidances/_add_guidance.html.erb 100644 → 0
View
app/views/guidances/_edit_guidance.html.erb 100644 → 0
View
app/views/guidances/admin_edit.html.erb
View
app/views/guidances/admin_new.html.erb
View
app/views/home/index.html.erb
View
app/views/layouts/_branding.html.erb
View
app/views/layouts/_footer.html.erb
View
app/views/layouts/_header.html.erb
View
app/views/layouts/_navigation.html.erb
View
app/views/layouts/_signin_signout.html.erb
View
app/views/layouts/application.html.erb
View
app/views/orgs/admin_edit.html.erb
View
app/views/phases/_answer_form.html.erb
View
app/views/phases/_edit_phase.html.erb
View
app/views/phases/admin_add.html.erb
View
app/views/phases/admin_show.html.erb
View
app/views/phases/edit.html.erb
View
app/views/plans/_plan_title.html.erb
View
app/views/plans/index.html.erb
View
app/views/plans/new.html.erb
View
app/views/plans/share.html.erb
View
app/views/plans/show.html.erb
View
app/views/plans/show_export.html.erb
View
app/views/questions/_add_question.html.erb
View
app/views/questions/_edit_question.html.erb
View
app/views/sections/_add_section.html.erb
View
app/views/sections/_edit_section.html.erb
View
app/views/shared/_accessible_combobox.html.erb
View
app/views/shared/_signin.html.erb 0 → 100644
View
app/views/shared/_table_filter.html.erb
View
app/views/templates/_edit_annotations.html.erb
View
app/views/templates/_edit_template.html.erb
View
app/views/templates/_show_phases_sections.html.erb
View
app/views/templates/admin_new.html.erb
View
app/views/templates/admin_template.html.erb
View
app/views/templates/admin_template_history.html.erb
View
config/application.rb
View
config/locale/app.pot
View
config/locale/de/app.po
View
config/locale/en_GB/app.po
View
config/locale/en_US/app.po
View
config/locale/es/app.po
View
config/locale/fr/app.po
View
lib/assets/images/logo.png
View
lib/assets/images/roadmap_logo_orange_grey.png 0 → 100644
View
lib/assets/images/roadmap_logo_orange_white.png 0 → 100644
View
lib/assets/javascripts/dmproadmap/modals.js
View
lib/assets/javascripts/locale/de/app.js
View
lib/assets/javascripts/locale/en_GB/app.js
View
lib/assets/javascripts/locale/en_US/app.js
View
lib/assets/javascripts/locale/es/app.js
View
lib/assets/javascripts/locale/fr/app.js
View
lib/assets/javascripts/views/plans/index.js
View
lib/assets/javascripts/views/plans/new.js
View
lib/assets/stylesheets/dmproadmap.scss
View
lib/assets/stylesheets/dmproadmap/accordions.scss
View
lib/assets/stylesheets/dmproadmap/base.scss
View
lib/assets/stylesheets/dmproadmap/forms.scss
View
lib/assets/stylesheets/dmproadmap/tables.scss
View
test/functional/annotations_controller_test.rb
View
test/functional/guidance_groups_controller_test.rb
View
test/functional/guidances_controller_test.rb
View
test/functional/orgs_controller_test.rb
View
test/functional/phases_controller_test.rb
View
test/functional/plans_controller_test.rb
View
test/functional/questions_controller_test.rb
View
test/functional/registrations_controller_test.rb
View
test/functional/roles_controller_test.rb
View
test/functional/sections_controller_test.rb
View
test/functional/templates_controller_test.rb
View
test/functional/users_controller_test.rb
View
test/test_helper.rb
View
test/unit/org_test.rb