Fix placeholder

This commit is contained in:
Valentin Brandl 2019-07-27 20:35:41 +02:00
parent d8f061ecad
commit 84e9ee2a51
No known key found for this signature in database
GPG Key ID: 30D341DD34118D7D

View File

@ -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 (hostname ++ "<service>/<user>/<repo>/<gitref>/<file>"), disabled True, value (displayMUrl state.parsed) ]) []
]
]