Commit 94ad3b31908a954cf48e83389b69fe04b5ae4d9f

Authored by Antonio Terceiro
1 parent f2ad43c7

ActionItem1050: don't use new layout for new themes yet

Everything in the user themes code is bound to the old themes way
Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
app/models/theme.rb
@@ -64,7 +64,6 @@ class Theme @@ -64,7 +64,6 @@ class Theme
64 self.send("#{k}=", v) 64 self.send("#{k}=", v)
65 end 65 end
66 config['id'] = id 66 config['id'] = id
67 - config['layout'] = 'application-ng'  
68 end 67 end
69 68
70 def name 69 def name