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">
|
||||
|
||||
{{#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" />
|
||||
</a>
|
||||
{{/with}}
|
||||
|
|
@ -13,7 +13,7 @@
|
|||
{{#with root}}
|
||||
<div class="bd">
|
||||
<div>
|
||||
<a href="/people/{{author.guid}}" class="author">
|
||||
<a href="/people/{{author.guid}}" class="author {{{hovercardable this}}}">
|
||||
{{author.name}}
|
||||
</a>
|
||||
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@
|
|||
<div class="bd">
|
||||
<div>
|
||||
{{#with author}}
|
||||
<a href="/people/{{guid}}" class="author">
|
||||
<a href="/people/{{guid}}" class="author {{{hovercardable this}}}">
|
||||
{{name}}
|
||||
</a>
|
||||
{{/with}}
|
||||
|
|
|
|||
Loading…
Reference in a new issue