Fix validation-messages tag
parent
ad1c520d13
commit
a3dcbb43a9
|
@ -14,7 +14,8 @@ html.elements
|
||||||
html.components
|
html.components
|
||||||
html.components
|
html.components
|
||||||
html.templates.chloe
|
html.templates.chloe
|
||||||
html.templates.chloe.syntax ;
|
html.templates.chloe.syntax
|
||||||
|
html.templates.chloe.compiler ;
|
||||||
IN: furnace.actions
|
IN: furnace.actions
|
||||||
|
|
||||||
SYMBOL: params
|
SYMBOL: params
|
||||||
|
@ -29,7 +30,8 @@ SYMBOL: rest
|
||||||
</ul>
|
</ul>
|
||||||
] unless-empty ;
|
] unless-empty ;
|
||||||
|
|
||||||
CHLOE: validation-messages drop render-validation-messages ;
|
CHLOE: validation-messages
|
||||||
|
drop [ render-validation-messages ] [code] ;
|
||||||
|
|
||||||
TUPLE: action rest authorize init display validate submit ;
|
TUPLE: action rest authorize init display validate submit ;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue