This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/app/assets/javascripts/discourse/templates/application.hbs
Sam 6c08bd4265 UX: improve hamburger in desktop
- dock underneath header
- click anywhere to get it to go away
2015-08-26 13:10:50 +10:00

23 lines
436 B
Handlebars

{{render "header"}}
{{hamburger-menu visible=hamburgerVisible showKeyboardAction="showKeyboardShortcutsHelp"}}
<div id="main-outlet" class="wrap">
<div class="container">
{{#if showTop}}
{{custom-html "top"}}
{{/if}}
{{global-notice}}
</div>
{{outlet}}
{{render "user-card"}}
</div>
{{#if showFooter}}
{{custom-html "footer"}}
{{/if}}
{{render "modal"}}
{{render "topic-entrance"}}
{{render "composer"}}