refactor(kanban): compose page with hemplate
Replace board page placeholder string replacement for options/board content with a hemplate page view and partial-rendered options. Cover page structure with DOM-aware scraper assertions. req: html_safety/002 req: view/001 req: test/005
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
<template h-for="option in &self.options">
|
||||
{+ option +}
|
||||
</template>
|
||||
Reference in New Issue
Block a user