Fix string concat
This commit is contained in:
parent
504cd02ca0
commit
d8f061ecad
@ -95,7 +95,7 @@ view state =
|
||||
, br [] []
|
||||
, renderMUrl state.parsed
|
||||
]
|
||||
, input (myStyle2 [ placeholder "https://" ++ hostname ++ "/<service>/<user>/<repo>/<gitref>/<file>", disabled True, value (displayMUrl state.parsed) ]) []
|
||||
, input (myStyle2 [ placeholder ("https://" ++ hostname ++ "/<service>/<user>/<repo>/<gitref>/<file>"), disabled True, value (displayMUrl state.parsed) ]) []
|
||||
]
|
||||
]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user