wekan/popup.jade
copilot-swe-agent[bot] 97dd5d2064 Resolve merge conflicts by accepting PR #6131 changes
Co-authored-by: xet7 <15545+xet7@users.noreply.github.com>
2026-02-07 16:30:08 +00:00

21 lines
661 B
Text

template(name="popup")
span(class=popupPlaceholderClass)
template(name="popupDetached")
.pop-over.js-pop-over(
class="{{#unless title}}miniprofile{{/unless}}"
class=currentBoard.colorClass
class="{{#unless title}}no-title{{/unless}}"
class="{{#unless isRendered}}invisible{{/unless}}"
data-popup=name)
if showHeader
.header
span.header-title= title
.header-controls
if isMiniScreen
span.popup-drag-handle.js-popup-drag-handle(title="Drag popup")
i.fa.fa-arrows
a.close-btn.js-close-detached-popup
i.fa.fa-times-thin
.content-wrapper
.content