Remove body_class_string
helper (#33072)
This commit is contained in:
parent
6d62581da1
commit
0ea9d8164b
3 changed files with 14 additions and 13 deletions
|
@ -143,7 +143,7 @@ module ApplicationHelper
|
|||
end
|
||||
|
||||
def body_classes
|
||||
output = body_class_string.split
|
||||
output = []
|
||||
output << content_for(:body_classes)
|
||||
output << "theme-#{current_theme.parameterize}"
|
||||
output << 'system-font' if current_account&.user&.setting_system_font_ui
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue