mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-22 23:16:53 +00:00
Cover stand alone .from-version pill in a HTML block-element (#7512)
This commit is contained in:
parent
df323fe3c9
commit
d83d8e7245
@ -1,6 +1,6 @@
|
||||
created: 20150203173506000
|
||||
list-before: $:/core/ui/ViewTemplate/body
|
||||
modified: 20220316121232243
|
||||
modified: 20230602181119360
|
||||
tags: $:/tags/ViewTemplate
|
||||
title: $:/editions/tw5.com/operator-template
|
||||
|
||||
@ -72,10 +72,10 @@ title: $:/editions/tw5.com/operator-template
|
||||
<!-- -->
|
||||
</table>
|
||||
|
||||
[[Learn more about how to use Filters|Filters]]
|
||||
<p>[[Learn more about how to use Filters|Filters]]</p>
|
||||
|
||||
<$list filter="[all[current]has[from-version]]" variable="listItem">
|
||||
<$macrocall $name=".from-version" version={{!!from-version}}/>
|
||||
<p><$macrocall $name=".from-version" version={{!!from-version}}/></p>
|
||||
</$list>
|
||||
</$list>
|
||||
</$set>
|
||||
|
Loading…
Reference in New Issue
Block a user