Add a hint to part2
This commit is contained in:
@@ -25,7 +25,11 @@ view model =
|
|||||||
[ elmHubHeader
|
[ elmHubHeader
|
||||||
, ul [ class "results" ]
|
, ul [ class "results" ]
|
||||||
[ li []
|
[ 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
|
-- TODO use the model to put a link here that points to
|
||||||
-- https://github.com/TheSeamau5/elm-checkerboardgrid-tutorial
|
-- https://github.com/TheSeamau5/elm-checkerboardgrid-tutorial
|
||||||
-- by prepending the "https://github.com/" part.
|
-- by prepending the "https://github.com/" part.
|
||||||
|
|||||||
Reference in New Issue
Block a user