summaryrefslogtreecommitdiff
path: root/elm/UList/Opt.elm
diff options
context:
space:
mode:
Diffstat (limited to 'elm/UList/Opt.elm')
-rw-r--r--elm/UList/Opt.elm5
1 files changed, 4 insertions, 1 deletions
diff --git a/elm/UList/Opt.elm b/elm/UList/Opt.elm
index f5ed7303..e05a21d9 100644
--- a/elm/UList/Opt.elm
+++ b/elm/UList/Opt.elm
@@ -214,7 +214,10 @@ view model =
]
]
, td [ class "tco2" ] [ RDate.display model.today nfo.released ]
- , td [ class "tco3" ] <| List.map langIcon nfo.lang ++ [ releaseTypeIcon nfo.rtype ]
+ , td [ class "tco3" ]
+ <| List.map platformIcon nfo.platforms
+ ++ List.map langIcon nfo.lang
+ ++ [ releaseTypeIcon nfo.rtype ]
, td [ class "tco4" ] [ a [ href ("/r"++String.fromInt nfo.id), title nfo.original ] [ text nfo.title ] ]
]