Browse Source

Fix layout of identity proofs settings (#11126)

pull/4/head
Acid Chicken (硫酸鶏) 4 years ago
committed by Eugen Rochko
parent
commit
33144e132d
1 changed files with 0 additions and 4 deletions
  1. +0
    -4
      app/controllers/settings/identity_proofs_controller.rb

+ 0
- 4
app/controllers/settings/identity_proofs_controller.rb View 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

Loading…
Cancel
Save