This website works better with JavaScript.
Home
Explore
Help
Sign In
closed-social
/
mastodon
Watch
3
Star
0
Fork
2
Code
Issues
5
Pull Requests
0
Projects
0
Releases
3
Wiki
Activity
Browse Source
Fix layout of identity proofs settings (
#11126
)
pull/4/head
Acid Chicken (硫酸鶏)
5 years ago
committed by
Eugen Rochko
parent
f7f23b4a19
commit
33144e132d
1 changed files
with
0 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save