mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-12-26 05:13:24 +03:00
Delete commented code.
This commit is contained in:
parent
9a36ebb7ca
commit
bddef2a417
@ -170,10 +170,7 @@ storyView story =
|
||||
[ Html.p
|
||||
[ Attr.class "item-view-comments-header"
|
||||
]
|
||||
[ --{story.comments_count
|
||||
-- ? story.comments_count + " comments"
|
||||
-- : "No comments yet."}
|
||||
if story.comments_count > 0 then
|
||||
[ if story.comments_count > 0 then
|
||||
Html.text <| String.fromInt story.comments_count ++ " comments"
|
||||
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user