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