This website works better with JavaScript.
Home
Explore
Help
Sign In
nekobus
/
mastodon_neko
forked from
closed-social/mastodon
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Change terms and privacy policy pages to always be accessible (
#11334
)
Fix
#11328
master
Eugen Rochko
5 years ago
committed by
GitHub
parent
873828ad2d
commit
fccd25cf53
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
app/controllers/about_controller.rb
+ 2
- 0
app/controllers/about_controller.rb
View File
@ -7,6 +7,8 @@ class AboutController < ApplicationController
before_action
:set_instance_presenter
before_action
:set_expires_in
skip_before_action
:check_user_permissions
,
only
:
[
:more
,
:terms
]
def
show
;
end
def
more
;
end
Write
Preview
Loading…
Cancel
Save