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:
parent
72ca99009b
commit
ec5b5ef565
@ -10,10 +10,8 @@
|
|||||||
<img src="{{thumb}}" class="thumb">
|
<img src="{{thumb}}" class="thumb">
|
||||||
{{/if}}
|
{{/if}}
|
||||||
<div class="toggle-text">
|
<div class="toggle-text">
|
||||||
<div class="head">{{head}}</div>
|
<div class="head" title="{{head}}">{{head}}</div>
|
||||||
<div class="body">
|
<div class="body" title="{{body}}">{{body}}</div>
|
||||||
{{body}}
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
{{/equal}}
|
{{/equal}}
|
||||||
</a>
|
</a>
|
||||||
|
Loading…
Reference in New Issue
Block a user