Merge pull request #3060 from diasporg/reshareself

show your own reshare count but not allow for reshare of your own
This commit is contained in:
Dennis Collective 2012-03-26 14:41:39 -07:00
commit c5baf619d1

View file

@ -25,6 +25,15 @@
{{/if}} {{/if}}
{{reshares_count}} {{reshares_count}}
</a> </a>
{{else}}
<a class="label reshare-viewonly" title="{{#if user_reshare}} {{t "viewer.reshared"}} {{else}} {{t "viewer.reshare"}} {{/if}}">
{{#if user_reshare}}
<i class="icon-retweet icon-blue"></i>
{{else}}
<i class="icon-retweet icon-white"></i>
{{/if}}
{{reshares_count}}
</a>
{{/if}} {{/if}}
<a href="#" class="label comment" rel="invoke-interaction-pane" title="{{t "viewer.comment"}}"> <a href="#" class="label comment" rel="invoke-interaction-pane" title="{{t "viewer.comment"}}">