From 7ade7dd70b10034bdda9671a44909f5bbf720e45 Mon Sep 17 00:00:00 2001 From: Eike Kettner Date: Mon, 26 Oct 2020 12:49:30 +0100 Subject: [PATCH] Display direction icon when editing multiple items --- modules/webapp/src/main/elm/Comp/ItemCardList.elm | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/webapp/src/main/elm/Comp/ItemCardList.elm b/modules/webapp/src/main/elm/Comp/ItemCardList.elm index 7b0614c4..b2b110ec 100644 --- a/modules/webapp/src/main/elm/Comp/ItemCardList.elm +++ b/modules/webapp/src/main/elm/Comp/ItemCardList.elm @@ -235,6 +235,7 @@ viewItem cfg settings item = Data.ItemSelection.Active ids -> div [ class "header" ] [ Util.Html.checkbox (Set.member item.id ids) + , dirIcon , Util.String.underscoreToSpace item.name |> text ]