mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-12-26 13:21:42 +03:00
Add space after string.
This commit is contained in:
parent
55ca73c5e3
commit
e18d8c0fe7
@ -10,6 +10,7 @@ import Elm.Annotation
|
||||
import Elm.Case
|
||||
import Elm.Declare
|
||||
import Elm.Let
|
||||
import Elm.Op
|
||||
import Gen.BackendTask
|
||||
import Gen.Basics
|
||||
import Gen.Debug
|
||||
@ -193,7 +194,7 @@ formWithFields fields =
|
||||
(\label field ->
|
||||
Html.div []
|
||||
[ Html.label []
|
||||
[ Html.call_.text label -- TODO concat with ` ++ " "`
|
||||
[ Html.call_.text (Elm.Op.append label (Elm.string " "))
|
||||
, field |> Gen.Form.FieldView.inputStyled []
|
||||
, Elm.apply (Elm.val "errorsView") [ field ]
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user