1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-05 07:54:24 +03:00
ifhub.club/application/frontend/components/comment/toolbar.comment.tpl
Denis Shakhov fe85ecdd3f Fixes #807
2017-01-22 15:59:45 +07:00

16 lines
519 B
Smarty

{**
* Тулбар
* Кнопка обновления комментариев
*}
{capture toolbar_comments}
<div class="ls-comments-toolbar-update js-toolbar-comments-update" title="{lang 'comments.update'}">
{component 'icon' icon='refresh'}
</div>
<div class="ls-comments-toolbar-count js-toolbar-comments-count" title="{lang 'comments.count_new'}">0</div>
{/capture}
{component 'toolbar.item'
html=$smarty.capture.toolbar_comments
classes='js-comments-toolbar'
mods='comments'}