]> git.openstreetmap.org Git - rails.git/commit
Add empty account home page
authorAnton Khorev <tony29@yandex.ru>
Thu, 27 Jun 2024 00:01:39 +0000 (03:01 +0300)
committerAnton Khorev <tony29@yandex.ru>
Sat, 15 Feb 2025 16:02:30 +0000 (19:02 +0300)
commitbd443cdfb11248b24f188857dfa6a8c83a273916
tree5a3a3aea0992d94ef39143705aa00228359968f0
parentf352c1dfbb133691739c11d373e555673d5af26e
Add empty account home page
app/abilities/ability.rb
app/assets/javascripts/index.js
app/assets/javascripts/index/home.js [new file with mode: 0644]
app/controllers/accounts/homes_controller.rb [new file with mode: 0644]
app/views/accounts/homes/show.html.erb [new file with mode: 0644]
config/routes.rb