show your own reshare count but not allow for reshare of your own

This commit is contained in:
David Morley 2012-03-26 11:33:48 -05:00
parent 2e64d004f8
commit 15847d672d

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