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 issue with glitch-soc's theming system
closed-social-glitch-2
Claire
2 years ago
parent
5ed35a0df4
commit
41d52ee4b5
2 changed files
with
5 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
app/controllers/disputes/base_controller.rb
+0
-3
app/views/admin/disputes/appeals/index.html.haml
+ 5
- 0
app/controllers/disputes/base_controller.rb
View File
@ -9,9 +9,14 @@ class Disputes::BaseController < ApplicationController
before_action
:set_body_classes
before_action
:authenticate_user!
before_action
:set_pack
private
def
set_pack
use_pack
'admin'
end
def
set_body_classes
@body_classes
=
'admin'
end
+ 0
- 3
app/views/admin/disputes/appeals/index.html.haml
View File
@ -1,9 +1,6 @@
- content_for :page_title do
= t('admin.disputes.appeals.title')
- content_for :header_tags do
= javascript_pack_tag 'admin', async: true, crossorigin: 'anonymous'
.filters
.filter-subset
%strong= t('admin.tags.review')
Write
Preview
Loading…
Cancel
Save