Browse Source

Hide title if empty

pull/647/head
Timothée Jaussoin 8 years ago
parent
commit
b75637f5ea
  1. 2
      app/widgets/Chat/_chat_empty.tpl

2
app/widgets/Chat/_chat_empty.tpl

@ -2,7 +2,7 @@
</div>
<ul class="list flex middle active">
{if="$top"}
{if="$top->isNotEmpty()"}
<li class="subheader block large">
<p>{$c->__('chat.frequent')}</p>
</li>

Loading…
Cancel
Save