Commit f23e7b3e authored by Fabien Maniere's avatar Fabien Maniere

ommit a file after purs-tidy

parent ea209680
Pipeline #7300 failed with stages
in 18 minutes and 30 seconds
...@@ -301,12 +301,13 @@ uploadFileViewWithLangsCpt = here.component "uploadFileViewWithLangs" cpt ...@@ -301,12 +301,13 @@ uploadFileViewWithLangsCpt = here.component "uploadFileViewWithLangs" cpt
[ H.div { className: "col-12 form-group" } [ H.div { className: "col-12 form-group" }
[ H.label {} [ H.text "Please choose the list of terms to use:" ] [ H.label {} [ H.text "Please choose the list of terms to use:" ]
, H.details { className: "small p-1 pl-3 pb-2 alert-light" } , H.details { className: "small p-1 pl-3 pb-2 alert-light" }
[ H.summary {} [ H.text "Infos about this choice:" ] [ H.summary {} [ H.text "Infos about this choice:" ]
, H.p {} , H.p {}
[ H.text "- My list first: the analysis will generate a list of terms based on your previous lists of terms" [ H.text "- My list first: the analysis will generate a list of terms based on your previous lists of terms"
, H.br {} , H.br {}
, H.text "- NoList: the analysis will not generate any terms" ] , H.text "- NoList: the analysis will not generate any terms"
] ]
]
, ListSelection.selection { selection, session } [] , ListSelection.selection { selection, session } []
] ]
] ]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment