mirror of
https://github.com/friendica/friendica
synced 2025-09-06 00:15:25 +02:00
Add potential debug display of implicit mentions in frio
- Refactored conversation() by removing extraneous intermediary variables
This commit is contained in:
parent
8c1db51a76
commit
34bc0b0c97
3 changed files with 17 additions and 21 deletions
|
@ -293,8 +293,11 @@ as the value of $top_child_total (this is done at the end of this file)
|
|||
{{foreach $item.mentions as $tag}}
|
||||
<span class="mention label btn-warning sm">{{$tag nofilter}} <i class="fa fa-user" aria-hidden="true"></i></span>
|
||||
{{/foreach}}
|
||||
{{/if}}
|
||||
|
||||
{{*foreach $item.implicit_mentions as $tag}}
|
||||
<span class="mention label label-default sm">{{$tag nofilter}} <i class="fa fa-eye-slash" aria-hidden="true"></i></span>
|
||||
{{/foreach*}}
|
||||
{{/if}}
|
||||
{{foreach $item.folders as $cat}}
|
||||
<span class="folder label btn-danger sm p-category">{{$cat.name}}{{if $cat.removeurl}} (<a href="{{$cat.removeurl}}" title="{{$remove}}">x</a>) {{/if}} </span>
|
||||
{{/foreach}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue