]> git.openstreetmap.org Git - rails.git/commit
Add empty profile company page
authorAnton Khorev <tony29@yandex.ru>
Tue, 3 Jun 2025 14:23:09 +0000 (17:23 +0300)
committerAnton Khorev <tony29@yandex.ru>
Tue, 1 Jul 2025 14:36:48 +0000 (17:36 +0300)
commitdbb2c7b508f1a470cc0be6fcdf4780de36a3f69d
tree2dfd09b902336b32fd87480a8b8f6bade6530c39
parent82f863b7ffddd54a5e860743d37b7df9b1992b96
Add empty profile company page
app/controllers/profiles/companies_controller.rb [new file with mode: 0644]
app/views/profiles/companies/show.html.erb [new file with mode: 0644]
app/views/profiles/profile_sections/_navigation.html.erb
config/locales/en.yml
config/routes.rb
test/controllers/profiles/companies_controller_test.rb [new file with mode: 0644]