mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-01 13:54:35 +03:00
a92c8085c5
Closes #2287 - adds helper for checking whether to show apps UI or not - hides app UI from settings page
8 lines
218 B
Handlebars
8 lines
218 B
Handlebars
{{!< default}}
|
|
<div class="wrapper">
|
|
<aside class="settings-sidebar" role="complementary" data-apps={{apps}}>
|
|
|
|
</aside>
|
|
|
|
<section class="settings-content" data-filestorage={{file_storage}}></section>
|
|
</div> |