restored dark theme

This commit is contained in:
Dmitriy Zaporozhets 2012-04-12 00:54:07 +03:00
parent 0e62b1cbaa
commit fb6d4511a0
7 changed files with 14 additions and 56 deletions

View file

@ -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"