mirror of
https://github.com/thelounge/thelounge
synced 2024-11-23 04:23:13 +00:00
views/chat: set title attribute on topic
This commit is contained in:
parent
3f86dde979
commit
c821b30374
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