mirror of
https://github.com/friendica/friendica
synced 2024-11-17 22:23:41 +00:00
Update wall_thread.tpl
Changes for code review
This commit is contained in:
parent
3d97170ad0
commit
0dbb864d7d
1 changed files with 10 additions and 1 deletions
|
@ -128,7 +128,16 @@ as the value of $top_child_total (this is done at the end of this file)
|
|||
{{if $item.network_icon != "" && $item.plink}}
|
||||
<span class="wall-item-network"><a href="{{$item.plink.href}}" class="plink u-url" aria-label="{{$item.plink.title}}" target="_blank"><i class="fa fa-{{$item.network_icon}} fakelink" title="{{$item.network_name}} - {{$item.plink.title}}" aria-hidden="true"></i></span>
|
||||
{{else}}
|
||||
<span class="wall-item-network" title="{{$item.app}}">{{$item.network_name}}</span>
|
||||
{{if $item.network_icon != ""}}
|
||||
<span class="wall-item-network"><i class="fa fa-{{$item.network_icon}}" title="{{$item.network_name}}" aria-hidden="true"></i></span>
|
||||
{{else}}
|
||||
<span class="wall-item-network" title="{{$item.app}}">{{$item.network_name}}</span>
|
||||
{{/if}}
|
||||
{{if $item.plink}} {{*link to the original source of the item *}}
|
||||
<a href="{{$item.plink.href}}" class="plink u-url" aria-label="{{$item.plink.title}}" title="{{$item.plink.title}}" target="_blank">
|
||||
<i class="fa fa-external-link"></i>
|
||||
</a>
|
||||
{{/if}}
|
||||
{{/if}}
|
||||
</div>
|
||||
{{if $item.thread_level==1}}
|
||||
|
|
Loading…
Reference in a new issue