mirror of
https://github.com/thelounge/thelounge
synced 2025-02-17 05:38:25 +00:00
Merge pull request #1291 from thelounge/astorije/title-previews
Add title attributes to previews
This commit is contained in:
commit
81e9a205c6
1 changed files with 2 additions and 4 deletions
|
@ -10,10 +10,8 @@
|
|||
<img src="{{thumb}}" class="thumb">
|
||||
{{/if}}
|
||||
<div class="toggle-text">
|
||||
<div class="head">{{head}}</div>
|
||||
<div class="body">
|
||||
{{body}}
|
||||
</div>
|
||||
<div class="head" title="{{head}}">{{head}}</div>
|
||||
<div class="body" title="{{body}}">{{body}}</div>
|
||||
</div>
|
||||
{{/equal}}
|
||||
</a>
|
||||
|
|
Loading…
Add table
Reference in a new issue