Use psShortcircuit in colonnade.hamlet

This commit is contained in:
Gregor Kleen 2018-04-11 14:34:17 +02:00
parent 08607a5e7c
commit 3047dfe9f2

View File

@ -1,4 +1,5 @@
<table id="#{dbtIdent}"> $if not psShortcircuit
<table id="#{dbtIdent}">
$maybe sortableP <- pSortable $maybe sortableP <- pSortable
$with toSortable <- toSortable sortableP $with toSortable <- toSortable sortableP
<thead> <thead>
@ -10,3 +11,9 @@
<tr> <tr>
$forall OneColonnade{..} <- getColonnade dbtColonnade $forall OneColonnade{..} <- getColonnade dbtColonnade
^{widgetFromCell td $ oneColonnadeEncode row} ^{widgetFromCell td $ oneColonnadeEncode row}
$else
<tbody>
$forall row <- rows
<tr>
$forall OneColonnade{..} <- getColonnade dbtColonnade
^{widgetFromCell td $ oneColonnadeEncode row}