3b6b2770f3
CLEANUP: removed all unused handlebars helpers REFACTOR: removed 'unbound' prefix (for performance reasons, helpers are unbound by default) REFACTOR: added 'bound' prefix to bound helpers REFACTOR: renamed helper using 'foo-bar-foo' syntax (instead of camel case)
9 lines
324 B
Handlebars
9 lines
324 B
Handlebars
<a href='#' {{action closeMessage this}} class='close'><i class='fa fa-times-circle'></i></a>
|
|
<h3>{{i18n composer.similar_topics}}</h3>
|
|
|
|
<ul class='topics'>
|
|
{{#each similarTopics}}
|
|
<li>{{{topic-link this}}} <span class='posts-count'>({{{i18n topic.filters.n_posts count="posts_count"}}})</span></li>
|
|
{{/each}}
|
|
</ul>
|