Browse Source

Merge pull request #407 from ThibG/glitch-soc/fixes/migration-page

Fix migration page style
closed-social-glitch-2
David Yip 6 years ago
committed by GitHub
parent
commit
9248d1e3a7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 5 deletions
  1. +1
    -5
      app/controllers/settings/migrations_controller.rb

+ 1
- 5
app/controllers/settings/migrations_controller.rb View File

@ -1,10 +1,6 @@
# frozen_string_literal: true
class Settings::MigrationsController < ApplicationController
layout 'admin'
before_action :authenticate_user!
class Settings::MigrationsController < Settings::BaseController
def show
@migration = Form::Migration.new(account: current_account.moved_to_account)
end

Loading…
Cancel
Save