]> cat aescling's git repositories - mastodon.git/commitdiff
Fix layout of identity proofs settings (#11126)
authorAcid Chicken (硫酸鶏) <root@acid-chicken.com>
Thu, 20 Jun 2019 00:18:06 +0000 (09:18 +0900)
committerEugen Rochko <eugen@zeonfederated.com>
Thu, 20 Jun 2019 00:18:06 +0000 (02:18 +0200)
app/controllers/settings/identity_proofs_controller.rb

index e22b4d9be974636ce0b40a159322a6c68ac7b197..a749d80204dac59fb07f26705bce1fca28d87406 100644 (file)
@@ -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