]> git.openstreetmap.org Git - rails.git/commit
Add empty profile location page
authorAnton Khorev <tony29@yandex.ru>
Tue, 3 Jun 2025 02:50:58 +0000 (05:50 +0300)
committerAnton Khorev <tony29@yandex.ru>
Tue, 1 Jul 2025 14:33:47 +0000 (17:33 +0300)
commitf144ec969a0008bc4dda46d2dee0c42e5cfc92df
treeb1ec448fcf29ac01120b9554df39eb614f9c2c03
parentea6cc300f1420645c6088ddef7a8ab6d248fde96
Add empty profile location page
app/controllers/profiles/locations_controller.rb [new file with mode: 0644]
app/views/profiles/locations/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/locations_controller_test.rb [new file with mode: 0644]