mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-29 07:09:48 +03:00
c757ddbef8
* Admin UI update basics Added the basics for the Admin UI/style update. Very far from being done... * Admin style updates - exploring menu - enabling full width content (integrations selection bg) - updated main screens
9 lines
218 B
Handlebars
9 lines
218 B
Handlebars
<div
|
|
{{did-insert (action "initScrollWatch")}}
|
|
{{will-destroy (action "clearScrollWatch")}}
|
|
...attributes
|
|
>
|
|
<header class="gh-canvas-header-content gh-main-width">
|
|
{{yield}}
|
|
</header>
|
|
</div> |