From: Acid Chicken (硫酸鶏) Date: Thu, 20 Jun 2019 00:18:06 +0000 (+0900) Subject: Fix layout of identity proofs settings (#11126) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=33144e132d28f5b820ae12e4b8e4fb34ca47b1d6;p=mastodon.git Fix layout of identity proofs settings (#11126) --- diff --git a/app/controllers/settings/identity_proofs_controller.rb b/app/controllers/settings/identity_proofs_controller.rb index e22b4d9be..a749d8020 100644 --- a/app/controllers/settings/identity_proofs_controller.rb +++ b/app/controllers/settings/identity_proofs_controller.rb @@ -56,8 +56,4 @@ class Settings::IdentityProofsController < Settings::BaseController def post_params params.require(:account_identity_proof).permit(:post_status, :status_text) end - - def set_body_classes - @body_classes = '' - end end