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
Fix custom CSS controller (
#11336
)
master
ThibG
5 years ago
committed by
Eugen Rochko
parent
5599caef49
commit
873828ad2d
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
app/controllers/custom_css_controller.rb
+ 1
- 1
app/controllers/custom_css_controller.rb
View File
@ -6,7 +6,7 @@ class CustomCssController < ApplicationController
before_action
:set_cache_headers
def
show
expires
3
.
minutes
,
public
:
true
expires
_in
3
.
minutes
,
public
:
true
render
plain
:
Setting
.
custom_css
||
''
,
content_type
:
'text/css'
end
end
Write
Preview
Loading…
Cancel
Save