mirror of
https://github.com/wekan/wekan.git
synced 2026-03-13 17:06:13 +01:00
Replace Spacebars .html templates with Jade equivalents for originalPositionsView and originalPosition. Add new Jade template for inlinedCardDescription. Update existing Jade templates to reflect the BlazeComponent-to-Template migration changes.
6 lines
178 B
Text
6 lines
178 B
Text
template(name='inlinedCardDescription')
|
|
if isOpen.get
|
|
form.inlined-form.js-inlined-form(id=id class=classNames)
|
|
+Template.contentBlock
|
|
else
|
|
+Template.elseBlock
|