Ghost/core/server/views/settings.hbs
Shashank Mehta a92c8085c5 Shifts app UI behind config option
Closes #2287
- adds helper for checking whether to show apps UI or not
- hides app UI from settings page
2014-03-03 02:52:30 +05:30

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>