Add empty pd declaration page

This commit is contained in:
Anton Khorev 2025-01-17 17:13:01 +03:00
parent 2074e9dce2
commit 62b70f45bc
6 changed files with 49 additions and 1 deletions

View file

@ -324,6 +324,9 @@ en:
terms_declined_html: We are sorry that you have decided to not accept the new Contributor Terms. For more information, please see %{terms_declined_link}.
terms_declined_link: this wiki page
terms_declined_url: https://wiki.openstreetmap.org/wiki/Contributor_Terms_Declined
pd_declarations:
show:
title: Consider my contributions to be in the Public Domain
browse:
deleted_ago_by_html: "Deleted %{time_ago} by %{user}"
edited_ago_by_html: "Edited %{time_ago} by %{user}"

View file

@ -279,6 +279,7 @@ OpenStreetMap::Application.routes.draw do
resource :account, :only => [:edit, :update, :destroy] do
scope :module => :accounts do
resource :terms, :only => [:show, :update]
resource :pd_declaration, :only => :show
resource :deletion, :only => :show
end
end