]> git.openstreetmap.org Git - rails.git/commit
Add empty profile image page
authorAnton Khorev <tony29@yandex.ru>
Tue, 3 Jun 2025 15:07:31 +0000 (18:07 +0300)
committerAnton Khorev <tony29@yandex.ru>
Tue, 1 Jul 2025 14:39:25 +0000 (17:39 +0300)
commit2b423a9652ba8c912425104b4de242a0cd09ca03
tree51a0f78662bebca7fd0fcc9957ab0ed74015fbdf
parent0040234bc6ee357ab66296e95694c7d2e8932d30
Add empty profile image page
app/controllers/profiles/images_controller.rb [new file with mode: 0644]
app/views/profiles/images/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/images_controller_test.rb [new file with mode: 0644]