Add title attributes to previews

This is useful on long preview titles/descriptions that truncate. We currently do the same for topics
This commit is contained in:
Jérémie Astori 2017-07-03 02:37:32 -04:00
parent 72ca99009b
commit ec5b5ef565
No known key found for this signature in database
GPG key ID: B9A4F245CD67BDE8

View file

@ -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>