display hovercards in reshares and on the linked name

This commit is contained in:
Jonne Haß 2012-12-30 15:17:48 +01:00
parent 5ff657204a
commit fde28e9bea
2 changed files with 3 additions and 3 deletions

View file

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

View file

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