From db8279b82b03fb67cf14e17871353117811c65f7 Mon Sep 17 00:00:00 2001 From: Richard Feldman Date: Sat, 3 Sep 2016 12:20:05 -0700 Subject: [PATCH] Add a hint to part2 --- part2/Main.elm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/part2/Main.elm b/part2/Main.elm index 9bf0b12..be24162 100644 --- a/part2/Main.elm +++ b/part2/Main.elm @@ -25,7 +25,11 @@ view model = [ elmHubHeader , ul [ class "results" ] [ li [] - [ span [ class "star-count" ] [{- TODO display the number of stars -}] + [ span [ class "star-count" ] + [-- TODO display the number of stars here. + -- + -- HINT: You'll need some parentheses to do this! + ] -- TODO use the model to put a link here that points to -- https://github.com/TheSeamau5/elm-checkerboardgrid-tutorial -- by prepending the "https://github.com/" part.