better work around for broken ghc in debian stable and some ubuntus
This commit is contained in:
parent
80e4d10afb
commit
d83c1a26cf
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ renderBootstrap3 formLayout aform fragment = do
|
|||
<label .sr-only for=#{fvId view}>#{fvLabel view}
|
||||
^{fvInput view}
|
||||
^{helpWidget view}
|
||||
$of BootstrapHorizontalForm {}
|
||||
$of BootstrapHorizontalForm _a _b _c _d
|
||||
$if nequals (fvId view) bootstrapSubmitId
|
||||
<label .control-label .#{toOffset (bflLabelOffset formLayout)} .#{toColumn (bflLabelSize formLayout)} for=#{fvId view}>#{fvLabel view}
|
||||
<div .#{toOffset (bflInputOffset formLayout)} .#{toColumn (bflInputSize formLayout)}>
|
||||
|
|
Loading…
Add table
Reference in a new issue