migrated to bootstrap 2
This commit is contained in:
parent
2bad798e11
commit
627efddf63
37 changed files with 687 additions and 546 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue