Merge pull request #515 from williamboman/fix/topic-span-title

views/chat: set title attribute on topic
This commit is contained in:
Jérémie Astori 2016-07-18 21:15:14 -04:00 committed by GitHub
commit 449c5bff44

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}}">