Fixes #12
This commit is contained in:
parent
c201ff8f63
commit
5fa631a903
@ -41,7 +41,11 @@ mixin show-content(items, path)
|
|||||||
data-path=path
|
data-path=path
|
||||||
style="height: 100vh"
|
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 )
|
h1(class="status-" + items.status )
|
||||||
span= items.name.toSentenceCase().toContent()
|
span= items.name.toSentenceCase().toContent()
|
||||||
tool-tip(role="tooltip" inert tip-position="right")= items.status.toSentenceCase().toContent()
|
tool-tip(role="tooltip" inert tip-position="right")= items.status.toSentenceCase().toContent()
|
||||||
|
Loading…
Reference in New Issue
Block a user