Show "retweet" icon
This commit is contained in:
parent
206caaf51a
commit
b248470376
2 changed files with 2 additions and 2 deletions
|
@ -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}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue