You can view, comment on, or merge this pull request online at: https://github.com/openstreetmap/openstreetmap-website/pull/6084
-- Commit Summary -- * Fix template rendered on profile update failure * Move profile resource to profile/description * Test profile description show action * Add profile section controller parent class * Add profile editing navigation tabs * Add empty profile location page * Move profile location editing to location page * Add empty profile company page * Move profile company editing to company page * Add empty profile image page * Move profile image editing to image page * Split profile image update test * Add empty profile links page * Move profile links editing to links page * Add what's updated to profile update flash messages -- File Changes -- A app/controllers/profiles/companies_controller.rb (11) A app/controllers/profiles/descriptions_controller.rb (14) A app/controllers/profiles/images_controller.rb (21) A app/controllers/profiles/links_controller.rb (12) A app/controllers/profiles/locations_controller.rb (13) A app/controllers/profiles/profile_sections_controller.rb (25) D app/controllers/profiles_controller.rb (49) M app/views/dashboards/show.html.erb (2) A app/views/profiles/companies/show.html.erb (13) A app/views/profiles/descriptions/show.html.erb (13) A app/views/profiles/images/show.html.erb (43) A app/views/profiles/links/show.html.erb (38) A app/views/profiles/locations/show.html.erb (34) A app/views/profiles/profile_sections/_navigation.html.erb (17) D app/views/profiles/show.html.erb (95) M app/views/users/show.html.erb (2) M config/locales/en.yml (96) M config/routes.rb (12) A test/controllers/profiles/companies_controller_test.rb (51) A test/controllers/profiles/descriptions_controller_test.rb (54) A test/controllers/profiles/images_controller_test.rb (87) A test/controllers/profiles/links_controller_test.rb (59) A test/controllers/profiles/locations_controller_test.rb (87) D test/controllers/profiles_controller_test.rb (83) M test/system/user_company_test.rb (2) M test/system/user_location_change_test.rb (16) M test/system/user_social_links_test.rb (29) -- Patch Links -- https://github.com/openstreetmap/openstreetmap-website/pull/6084.patch https://github.com/openstreetmap/openstreetmap-website/pull/6084.diff -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/6084 You are receiving this because you are subscribed to this thread. Message ID: <openstreetmap/openstreetmap-website/pull/6...@github.com>
_______________________________________________ rails-dev mailing list rails-dev@openstreetmap.org https://lists.openstreetmap.org/listinfo/rails-dev