mirror of
https://github.com/YunoHost-Apps/movim_ynh.git
synced 2024-09-03 19:46:19 +02:00
8 lines
320 B
Smarty
8 lines
320 B
Smarty
|
<ul class="list card thin shadow flex stacked active">
|
||
|
<li class="block" onclick="{$refresh} Notification_ajaxClear('news');">
|
||
|
<span class="primary icon"><i class="zmdi zmdi-refresh-sync"></i></span>
|
||
|
<p>{$c->__('button.refresh')}</p>
|
||
|
<p>{$c->__('post.new_items', $count)}</p>
|
||
|
</li>
|
||
|
</ul>
|