Merge pull request #1096 from CDLUC3/issue1056
added super admin org pages
dev
commit 2979949c576aa531591ac387bc6f87531e16edb5
2 parents 5e38439 + 7111d01
@Bhavi Bhavi authored on 29 Jan 2018
GitHub committed on 29 Jan 2018
Showing 17 changed files
View
app/controllers/orgs_controller.rb
View
app/controllers/paginable/orgs_controller.rb 0 → 100644
View
app/controllers/super_admin/orgs_controller.rb 0 → 100644
View
app/models/org.rb
View
app/models/org_identifier.rb
View
app/policies/org_policy.rb
View
app/views/layouts/_branding.html.erb
View
app/views/orgs/_feedback_form.html.erb
View
app/views/orgs/_profile_form.html.erb
View
app/views/orgs/admin_edit.html.erb
View
app/views/paginable/orgs/_index.html.erb 0 → 100644
View
app/views/super_admin/orgs/index.html.erb 0 → 100644
View
config/routes.rb
View
test/functional/orgs_controller_test.rb
View
test/functional/super_admin/orgs_controller_test.rb 0 → 100644
View
test/test_helper.rb
View
test/unit/org_test.rb