From 202dcfa76763315a980cd4ed31d0670c441ae149 Mon Sep 17 00:00:00 2001 From: mgabdev <> Date: Tue, 9 Jun 2020 14:22:27 -0400 Subject: [PATCH] Removed migration path, info, page MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit • Removed: - account migration path, info, page --- app/views/settings/profiles/show.html.haml | 3 --- config/routes.rb | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/app/views/settings/profiles/show.html.haml b/app/views/settings/profiles/show.html.haml index b79b4c43..45f3da1e 100644 --- a/app/views/settings/profiles/show.html.haml +++ b/app/views/settings/profiles/show.html.haml @@ -49,9 +49,6 @@ %hr/ -%h6= t('auth.migrate_account') -%p.muted-hint= t('auth.migrate_account_html', path: settings_migration_path) - - if open_deletion? %hr.spacer/ diff --git a/config/routes.rb b/config/routes.rb index de124054..ceff7141 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -130,7 +130,7 @@ Rails.application.routes.draw do end resource :delete, only: [:show, :destroy] - resource :migration, only: [:show, :update] + # resource :migration, only: [:show, :update] resources :sessions, only: [:destroy] resources :scheduled_statuses, only: [:index, :destroy]