display hovercards in reshares and on the linked name
This commit is contained in:
parent
5ff657204a
commit
fde28e9bea
2 changed files with 3 additions and 3 deletions
|
|
@ -5,7 +5,7 @@
|
||||||
<div class="media">
|
<div class="media">
|
||||||
|
|
||||||
{{#with root}}
|
{{#with root}}
|
||||||
<a href="/people/{{author.guid}}" class="img">
|
<a href="/people/{{author.guid}}" class="img {{{hovercardable this}}}">
|
||||||
<img src="{{author.avatar.small}}" class="avatar" />
|
<img src="{{author.avatar.small}}" class="avatar" />
|
||||||
</a>
|
</a>
|
||||||
{{/with}}
|
{{/with}}
|
||||||
|
|
@ -13,7 +13,7 @@
|
||||||
{{#with root}}
|
{{#with root}}
|
||||||
<div class="bd">
|
<div class="bd">
|
||||||
<div>
|
<div>
|
||||||
<a href="/people/{{author.guid}}" class="author">
|
<a href="/people/{{author.guid}}" class="author {{{hovercardable this}}}">
|
||||||
{{author.name}}
|
{{author.name}}
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@
|
||||||
<div class="bd">
|
<div class="bd">
|
||||||
<div>
|
<div>
|
||||||
{{#with author}}
|
{{#with author}}
|
||||||
<a href="/people/{{guid}}" class="author">
|
<a href="/people/{{guid}}" class="author {{{hovercardable this}}}">
|
||||||
{{name}}
|
{{name}}
|
||||||
</a>
|
</a>
|
||||||
{{/with}}
|
{{/with}}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue