views/chat: set title attribute on topic

This commit is contained in:
William Boman 2016-07-18 20:53:31 +02:00
parent 3f86dde979
commit c821b30374
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
{{/equal}}
<button class="menu" aria-label="Open the context menu"></button>
<span class="title">{{name}}</span>
<span class="topic">{{{parse topic}}}</span>
<span title="{{topic}}" class="topic">{{{parse topic}}}</span>
</div>
<div class="chat">
<div class="show-more {{#equal messages.length 100}}show{{/equal}}">