2014-12-20 16:56:46 +10:30
|
|
|
<header class="page-header discussion-header">
|
2015-01-07 17:22:34 +10:30
|
|
|
<h1>{{title}}</h1>
|
2014-12-20 16:56:46 +10:30
|
|
|
</header>
|
|
|
|
|
2015-01-02 11:46:40 +10:30
|
|
|
<nav class="discussion-nav">
|
2015-01-07 17:22:34 +10:30
|
|
|
{{ui/controls/item-list items=view.sidebarItems}}
|
2015-01-02 11:46:40 +10:30
|
|
|
</nav>
|
|
|
|
|
2015-01-07 17:22:34 +10:30
|
|
|
<section class="discussion-posts stream posts">
|
|
|
|
{{#each item in stream}}
|
|
|
|
{{#discussions/stream-item item=item loadRange="loadRange"}}
|
|
|
|
{{#if item.post}}{{discussions/post-full post=item.post}}{{/if}}
|
|
|
|
{{/discussions/stream-item}}
|
|
|
|
{{/each}}
|
2015-01-02 11:46:40 +10:30
|
|
|
</section>
|