mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 04:05:16 +02:00
Don't change resharer when resharing
This commit is contained in:
parent
7c5aa0bbf1
commit
f3fd99da60
2 changed files with 8 additions and 4 deletions
|
@ -442,10 +442,9 @@ as the value of $top_child_total (this is done at the end of this file)
|
|||
|
||||
{{* Button for announcing the item *}}
|
||||
{{if $item.vote.announce}}
|
||||
<!-- <div class="btn-group" role="group">
|
||||
<button type="button" class="btn btn-sm button-announces{{if $item.responses.announce.self}} active" aria-pressed="true{{/if}}" id="announce-{{$item.id}}" title="{{$item.vote.announce.0}}" onclick="doLikeAction({{$item.id}}, 'announce'{{if $item.responses.announce.self}}, true{{/if}});" data-toggle="button"><i class="fa fa-retweet-up" aria-hidden="true"></i></button>
|
||||
<div class="btn-group" role="group">
|
||||
<button type="button" class="btn btn-sm button-votes{{if $item.responses.announce.self}} active" aria-pressed="true{{/if}}" id="announce-{{$item.id}}" title="{{$item.vote.announce.0}}" onclick="doLikeAction({{$item.id}}, 'announce'{{if $item.responses.announce.self}}, true{{/if}});" data-toggle="button"><i class="fa fa-retweet" aria-hidden="true"></i></button>
|
||||
</div>
|
||||
-->
|
||||
{{/if}}
|
||||
|
||||
{{* Button for sharing the item *}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue