Merge pull request #776 from CDLUC3/revise_org_details
Added Feedback Request to Org Details
dev
commit e51aa5d8cfadcfaeeeb3389451069d55ffc38eff
2 parents f7c68f0 + 5aa20dc
@Jose Lloret Jose Lloret authored on 27 Oct 2017
GitHub committed on 27 Oct 2017
Showing 24 changed files
View
app/controllers/application_controller.rb
View
app/controllers/orgs_controller.rb
View
app/mailers/user_mailer.rb
View
app/models/org.rb
View
app/models/user.rb
View
app/views/layouts/_branding.html.erb
View
app/views/orgs/_feedback_form.html.erb 0 → 100644
View
app/views/orgs/_org_link.html.erb 0 → 100644
View
app/views/orgs/_profile_form.html.erb 0 → 100644
View
app/views/orgs/admin_edit.html.erb
View
app/views/user_mailer/feedback_notification.html.erb 0 → 100644
View
config/initializers/constants.rb
View
db/migrate/20171024214257_add_links_to_orgs.rb 0 → 100644
View
db/migrate/20171024220146_add_contact_name_to_orgs.rb 0 → 100644
View
db/migrate/20171025200301_add_feedback_fields_to_orgs.rb 0 → 100644
View
db/schema.rb
View
lib/assets/javascripts/constants.js
View
lib/assets/javascripts/utils/tabHelper.js
View
lib/assets/javascripts/views/orgs/admin_edit.js
View
lib/assets/package-lock.json
View
lib/assets/package.json
View
lib/assets/stylesheets/overrides.scss
View
lib/tasks/migrate.rake
View
test/functional/orgs_controller_test.rb