migrated to bootstrap 2

This commit is contained in:
randx 2012-04-10 08:51:08 +03:00
parent 2bad798e11
commit 627efddf63
37 changed files with 687 additions and 546 deletions

View file

@ -123,7 +123,7 @@ module ApplicationHelper
end
def app_theme
if current_user && current_user.theme_id == 1
if true#current_user && current_user.theme_id == 1
"ui_basic"
else
"ui_mars"