Merge pull request #4195 from svbergerem/3999-no-hovercard-for-current-user

Don't show hovercards for current user in comments
This commit is contained in:
Jonne Haß 2013-06-09 04:16:40 -07:00
commit 3231133b60
2 changed files with 6 additions and 3 deletions

View file

@ -17,6 +17,7 @@
* Fix reopened issue by changing the comment/post submit keyboard sortcut to ctrl+enter from shift+enter [#3897](https://github.com/diaspora/diaspora/issues/3897)
* Show medium avatar in hovercard [#4203](https://github.com/diaspora/diaspora/pull/4203)
* Fix posting to Twitter [#2758](https://github.com/diaspora/diaspora/issues/2758)
* Don't show hovercards for current user in comments [#3999](https://github.com/diaspora/diaspora/issues/3999)
## Features

View file

@ -13,9 +13,11 @@
</div>
{{/if}}
<a href="/people/{{author.guid}}" class="author author-name {{hovercardable this}}">
{{author.name}}
{{#with author}}
<a href="/people/{{guid}}" class="author author-name {{hovercardable this}}">
{{name}}
</a>
{{/with}}
<div class="collapsible comment-content">
{{{text}}}