mirror of
https://github.com/thelounge/thelounge
synced 2024-11-27 14:30:57 +00:00
Merge pull request #515 from williamboman/fix/topic-span-title
views/chat: set title attribute on topic
This commit is contained in:
commit
449c5bff44
1 changed files with 1 additions and 1 deletions
|
@ -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}}">
|
||||
|
|
Loading…
Reference in a new issue