diff --git a/core/ui/UntaggedTemplate.tid b/core/ui/UntaggedTemplate.tid index 80a63313e..a6a7e89b3 100644 --- a/core/ui/UntaggedTemplate.tid +++ b/core/ui/UntaggedTemplate.tid @@ -1,8 +1,6 @@ title: $:/core/ui/UntaggedTemplate <$button popup="$:/state/tagpopup" qualifyTiddlerTitles="yes" class="btn-invisible tw-untagged-label tw-tag-label">untagged -<$reveal state="$:/state/tagpopup" type="popup" position="below" qualifyTiddlerTitles="yes" >
-<$list filter="[untagged[]!is[system]] -[tags[]] +[sort[title]]"> -<$view field="title" format="link" /> - +<$reveal state="$:/state/tagpopup" type="popup" position="below" qualifyTiddlerTitles="yes">
+<$list filter="[untagged[]!is[system]] -[tags[]] +[sort[title]]" template="$:/core/ui/ListItemTemplate"/>