Update a ton of things
This commit is contained in:
@@ -50,14 +50,19 @@ model =
|
||||
}
|
||||
|
||||
|
||||
elmHubHeader : Html a
|
||||
elmHubHeader =
|
||||
header []
|
||||
[ h1 [] [ text "ElmHub" ]
|
||||
, span [ class "tagline" ] [ text "“Like GitHub, but for Elm things.”" ]
|
||||
]
|
||||
|
||||
|
||||
{-| TODO add a type annotation to this function
|
||||
-}
|
||||
view model =
|
||||
div [ class "content" ]
|
||||
[ header []
|
||||
[ h1 [] [ text "ElmHub" ]
|
||||
, span [ class "tagline" ] [ text "“Like GitHub, but for Elm things.”" ]
|
||||
]
|
||||
[ elmHubHeader
|
||||
, ul [ class "results" ]
|
||||
[{- TODO use model.results and viewSearchResults to display results -}]
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user