restored dark theme
This commit is contained in:
parent
0e62b1cbaa
commit
fb6d4511a0
7 changed files with 14 additions and 56 deletions
|
@ -123,7 +123,7 @@ module ApplicationHelper
|
|||
end
|
||||
|
||||
def app_theme
|
||||
if true#current_user && current_user.theme_id == 1
|
||||
if current_user && current_user.theme_id == 1
|
||||
"ui_basic"
|
||||
else
|
||||
"ui_mars"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue