Allow selecting both default flavour and theme

Fixes #672
This commit is contained in:
Thibaut Girka
2018-10-08 15:00:27 +02:00
committed by ThibG
parent fac529975b
commit 3d5d899094
4 changed files with 19 additions and 2 deletions

View File

@ -48,4 +48,8 @@ class Form::AdminSettings
:custom_css=,
to: Setting
)
def flavour_and_skin
"#{Setting.flavour}/#{Setting.skin}"
end
end