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 64 self.send("#{k}=", v)
65 65 end
66 66 config['id'] = id
67   - config['layout'] = 'application-ng'
68 67 end
69 68  
70 69 def name
... ...