summaryrefslogtreecommitdiff
path: root/elm/ULists/ManageLabels.elm
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2019-10-30 12:39:07 +0100
committerYorhel <git@yorhel.nl>2019-11-10 12:44:55 +0100
commit683c2298dcdbda96d44e23d5f4db3f3c959d1161 (patch)
treeae3064f7723e21c1e5f153a56d10b02cdcbffcfa /elm/ULists/ManageLabels.elm
parentdc243fb2d89c69611e3c2a154749c14643a69db0 (diff)
ulist: Inline assigning labels to VNs
I'm really unhappy with the workarounds to deal with the global onClick subscription doing the right thing, but I wasn't able to find a good alternative.
Diffstat (limited to 'elm/ULists/ManageLabels.elm')
-rw-r--r--elm/ULists/ManageLabels.elm2
1 files changed, 1 insertions, 1 deletions
diff --git a/elm/ULists/ManageLabels.elm b/elm/ULists/ManageLabels.elm
index f6e1d5e5..1e953b0a 100644
--- a/elm/ULists/ManageLabels.elm
+++ b/elm/ULists/ManageLabels.elm
@@ -86,7 +86,7 @@ view model =
]
]
in
- Html.form [ onSubmit Submit, class "labeledit hidden" ]
+ Html.form [ onSubmit Submit, class "managelabels hidden" ]
[ div [ ]
[ b [] [ text "How to use labels" ]
, ul []