show your own reshare count but not allow for reshare of your own
This commit is contained in:
parent
2e64d004f8
commit
15847d672d
1 changed files with 9 additions and 0 deletions
|
|
@ -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"}}">
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue