Bulma: remove dead code comments.
parent
f53c265114
commit
3310a48fd2
|
@ -205,13 +205,6 @@ btn_labeled id title button_text action
|
|||
] [ HH.text button_text ]
|
||||
]
|
||||
|
||||
--box_button action value validity cond
|
||||
-- = HH.label [ ]
|
||||
-- [ HH.label [HP.classes C.label ] [ HH.text title ]
|
||||
-- , HH.div [HP.classes C.control ]
|
||||
-- [ render_input ispassword placeholder action value validity cond ]
|
||||
-- ]
|
||||
|
||||
box_input :: forall w i.
|
||||
String -> String -> String -> (String -> i) -> String -> (HP.IProp DHI.HTMLinput i) -> HH.HTML w i
|
||||
box_input = field_inner false
|
||||
|
|
Loading…
Reference in New Issue