This commit is contained in:
A McIlwraith 2024-09-13 10:45:55 -04:00
parent c201ff8f63
commit 5fa631a903

View File

@ -41,7 +41,11 @@ mixin show-content(items, path)
data-path=path
style="height: 100vh"
)
if items.display
h1(class="status-" + items.status )
span= items.display
tool-tip(role="tooltip" inert tip-position="right")= items.status.toSentenceCase().toContent()
else
h1(class="status-" + items.status )
span= items.name.toSentenceCase().toContent()
tool-tip(role="tooltip" inert tip-position="right")= items.status.toSentenceCase().toContent()