Merge pull request #902 from CDLUC3/issue813
Make templates page usable for Org Admins and Super Admins
dev
commit 82de8970560589cf6317e5a0e512a719a58dd2d8
2 parents 1b4bd1e + 00d7e73
@Sam Rust Sam Rust authored on 11 Dec 2017
GitHub committed on 11 Dec 2017
Showing 54 changed files
View
app/controllers/org_admin/templates_controller.rb 0 → 100644
View
app/controllers/phases_controller.rb
View
app/controllers/plans_controller.rb
View
app/controllers/public_pages_controller.rb
View
app/controllers/templates_controller.rb 100644 → 0
View
app/controllers/users_controller.rb
View
app/models/guidance.rb
View
app/models/guidance_group.rb
View
app/models/org.rb
View
app/models/template.rb
View
app/policies/template_policy.rb
View
app/policies/user_policy.rb
View
app/views/layouts/_branding.html.erb
View
app/views/org_admin/templates/_admin_nav_tabs.html.erb 0 → 100644
View
app/views/org_admin/templates/_edit.html.erb 0 → 100644
View
app/views/org_admin/templates/_edit_template.html.erb 0 → 100644
View
app/views/org_admin/templates/_funder_templates_list.html.erb 0 → 100644
View
app/views/org_admin/templates/_show_phases_sections.html.erb 0 → 100644
View
app/views/org_admin/templates/_show_template.html.erb 0 → 100644
View
app/views/org_admin/templates/_templates_list.html.erb 0 → 100644
View
app/views/org_admin/templates/container.html.erb 0 → 100644
View
app/views/org_admin/templates/history.html.erb 0 → 100644
View
app/views/org_admin/templates/index.html.erb 0 → 100644
View
app/views/org_admin/templates/new.html.erb 0 → 100644
View
app/views/phases/_admin_add.html.erb
View
app/views/phases/admin_preview.html.erb
View
app/views/plans/new.html.erb
View
app/views/sections/_edit_section.html.erb
View
app/views/templates/_admin_nav_tabs.html.erb 100644 → 0
View
app/views/templates/_admin_template.html.erb 100644 → 0
View
app/views/templates/_edit_template.html.erb 100644 → 0
View
app/views/templates/_list_template.html.erb 100644 → 0
View
app/views/templates/_show_phases_sections.html.erb 100644 → 0
View
app/views/templates/_show_template.html.erb 100644 → 0
View
app/views/templates/admin_index.html.erb 100644 → 0
View
app/views/templates/admin_new.html.erb 100644 → 0
View
app/views/templates/admin_template_history.html.erb 100644 → 0
View
app/views/templates/container.html.erb 100644 → 0
View
config/routes.rb
View
db/schema.rb
View
lib/assets/javascripts/application.js
View
lib/assets/javascripts/views/org_admin/templates/edit.js 0 → 100644
View
lib/assets/javascripts/views/org_admin/templates/index.js 0 → 100644
View
lib/assets/javascripts/views/org_admin/templates/show.js 0 → 100644
View
lib/assets/javascripts/views/templates/edit.js 100644 → 0
View
lib/assets/javascripts/views/templates/show.js 100644 → 0
View
test/functional/phases_controller_test.rb
View
test/functional/public_pages_controller_test.rb
View
test/functional/templates_controller_test.rb
View
test/integration/template_selection_test.rb
View
test/integration/template_versioning_test.rb
View
test/test_helper.rb
View
test/unit/guidance_group_test.rb
View
test/unit/guidance_test.rb