mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 04:05:16 +02:00
Move suppress_tags config to template
- Add new item.suppress_tags template variable - Fix template formatting
This commit is contained in:
parent
b8ffa1dec7
commit
daffc27061
12 changed files with 106 additions and 85 deletions
|
@ -60,9 +60,11 @@
|
|||
<div class="wall-item-title-end"></div>
|
||||
<div class="wall-item-body" id="wall-item-body-{{$item.id}}" ><span class="e-content">{{$item.body}}</span>
|
||||
<div class="body-tag">
|
||||
{{if !$item.suppress_tags}}
|
||||
{{foreach $item.tags as $tag}}
|
||||
<span class='tag'>{{$tag}}</span>
|
||||
<span class="tag">{{$tag}}</span>
|
||||
{{/foreach}}
|
||||
{{/if}}
|
||||
</div>
|
||||
|
||||
{{if $item.has_cats}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue