blue2 default2

This commit is contained in:
ruby
2017-05-09 15:11:00 +02:00
parent a1ef7028fd
commit 61c5624b16

View File

@@ -62,7 +62,7 @@ u=current_user
if ! u.try(:preferredtheme).nil? and ThemesForRails.available_theme_names.include?(u.preferredtheme)
u.preferredtheme
else
"blue1"
"blue2"
end
end