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