@@ -52,7 +52,7 @@ viewSearchResult result =
|
|||||||
, a [ href ("https://github.com/" ++ result.name), target "_blank" ]
|
, a [ href ("https://github.com/" ++ result.name), target "_blank" ]
|
||||||
[ text result.name ]
|
[ text result.name ]
|
||||||
, button
|
, button
|
||||||
-- TODO add an onClick handler that sends a DELETE_BY_ID msg
|
-- TODO add an onClick handler that sends a "DELETE_BY_ID" msg
|
||||||
[ class "hide-result" ]
|
[ class "hide-result" ]
|
||||||
[ text "X" ]
|
[ text "X" ]
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user