]> cat aescling's git repositories - mastodon.git/commit
Change path of privacy policy page (#19249)
authorEugen Rochko <eugen@zeonfederated.com>
Thu, 29 Sep 2022 04:22:12 +0000 (06:22 +0200)
committeraescling <aescling+gitlab@cat.family>
Thu, 17 Nov 2022 03:35:14 +0000 (22:35 -0500)
commitd951db9ec6bb9e3e3a489dcd8b8adfe71f1bd7c4
treecc339223b9fd38da5d32567b3826e177cfbd30d9
parentc8dd47979f686e14a93734055a57fe72b59757a4
Change path of privacy policy page (#19249)
app/controllers/about_controller.rb
app/controllers/privacy_controller.rb [new file with mode: 0644]
app/javascript/mastodon/features/ui/components/link_footer.js
app/views/layouts/public.html.haml
app/views/privacy/show.html.haml [moved from app/views/about/terms.html.haml with 100% similarity]
app/views/settings/deletes/show.html.haml
app/views/user_mailer/confirmation_instructions.html.haml
app/views/user_mailer/confirmation_instructions.text.erb
config/locales/en.yml
config/routes.rb
spec/controllers/about_controller_spec.rb