]> git.mxchange.org Git - friendica.git/commitdiff
Show "retweet" icon
authorMichael <heluecht@pirati.ca>
Wed, 9 Sep 2020 05:35:04 +0000 (05:35 +0000)
committerMichael <heluecht@pirati.ca>
Wed, 9 Sep 2020 05:35:04 +0000 (05:35 +0000)
view/theme/frio/templates/sub/direction.tpl
view/theme/frio/templates/wall_thread.tpl

index 4113c9beeda793b7c9e8a1d128fa1670e0210ce1..671272cd00025db316d867b3bdf55dcd706e47b2 100644 (file)
@@ -6,7 +6,7 @@
        {{elseif $direction.direction == 2}}
                <i class="fa fa-download" aria-hidden="true" title="{{$direction.title}}"></i>
        {{elseif $direction.direction == 3}}
-               <i class="fa fa-share-alt" aria-hidden="true" title="{{$direction.title}}"></i>
+               <i class="fa fa-retweet" aria-hidden="true" title="{{$direction.title}}"></i>
        {{elseif $direction.direction == 4}}
                <i class="fa fa-hashtag" aria-hidden="true" title="{{$direction.title}}"></i>
        {{elseif $direction.direction == 5}}
index 317217b47d653cb1513b6654f330058a579701d9..38a6cce2b160bfc67653a11224da8fc6fdd191fd 100644 (file)
@@ -82,7 +82,7 @@ as the value of $top_child_total (this is done at the end of this file)
 {{/if}}
        <div class="media {{$item.shiny}}">
        {{if $item.reshared}}
-               <div class="wall-item-ammounce wall-item-responses" id="wall-item-ammounce-{{$item.id}}">{{$item.reshared nofilter}}</div>
+               <div class="wall-item-ammounce wall-item-responses" id="wall-item-ammounce-{{$item.id}}"><i class="fa fa-retweet" aria-hidden="true"></i> {{$item.reshared nofilter}}</div>
        {{/if}}
                {{* The avatar picture and the photo-menu *}}
                <div class="dropdown pull-left"><!-- Dropdown -->