Update settings to re-use admin layout, one big navigation tree, improve settings forms
This commit is contained in:
parent
04bce0cdf2
commit
f4bc9620a9
22 changed files with 169 additions and 82 deletions
|
@ -20,5 +20,7 @@
|
|||
|
||||
= yield :header_tags
|
||||
|
||||
%body{ class: @body_classes }
|
||||
- body_classes ||= @body_classes
|
||||
|
||||
%body{ class: body_classes }
|
||||
= content_for?(:content) ? yield(:content) : yield
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue