8 lines
295 B
Handlebars
8 lines
295 B
Handlebars
<nav id='topic-progress' title="{{i18n 'topic.progress.title'}}" class="{{if hideProgress 'hidden'}}">
|
|
<div class='nums'>
|
|
<h4>{{progressPosition}}</h4><span class="{{if hugeNumberOfPosts 'hidden'}}">
|
|
<span>/</span>
|
|
<h4>{{postStream.filteredPostsCount}}</h4></span>
|
|
</div>
|
|
</nav>
|