mirror of
https://github.com/wekan/wekan.git
synced 2025-12-27 04:38:49 +01:00
11 lines
554 B
Text
11 lines
554 B
Text
template(name='list')
|
|
.list.js-list(id="js-list-{{_id}}"
|
|
style="{{#unless collapsed}}min-width:{{listWidth}}px;max-width:{{listConstraint}}px;{{/unless}}"
|
|
class="{{#if collapsed}}list-collapsed{{/if}} {{#if autoWidth}}list-auto-width{{/if}} {{#if isMiniScreen}}mobile-view{{/if}}")
|
|
+listHeader
|
|
+listBody
|
|
.list-resize-handle.js-list-resize-handle.nodragscroll
|
|
|
|
template(name='miniList')
|
|
a.mini-list.js-select-list.js-list(id="js-list-{{_id}}" class="{{#if isMiniScreen}}mobile-view{{/if}}")
|
|
+listHeader
|