]> git.openstreetmap.org Git - rails.git/commit
Add relation version pages
authorAnton Khorev <tony29@yandex.ru>
Mon, 15 Jan 2024 23:55:18 +0000 (02:55 +0300)
committerAnton Khorev <tony29@yandex.ru>
Tue, 23 Jan 2024 19:08:39 +0000 (22:08 +0300)
commit00123f05ba0b0c7a41ae3888cd33b68f13e1d662
tree432a78b81926dfd3dabdaff12f54453dd629f8b3
parent2f222c49dd60ea505f2c1631efa02fbd9f0f5667
Add relation version pages
app/abilities/ability.rb
app/assets/javascripts/index.js
app/controllers/old_relations_controller.rb [new file with mode: 0644]
app/views/browse/_relation.html.erb
app/views/browse/_relation_member.html.erb
app/views/old_relations/not_found.html.erb [new file with mode: 0644]
app/views/old_relations/show.html.erb [new file with mode: 0644]
config/locales/en.yml
config/routes.rb
test/controllers/old_relations_controller_test.rb [new file with mode: 0644]