fradrive/src/Utils/Tooltip.hs
2020-01-08 16:38:16 +01:00

7 lines
247 B
Haskell

module Utils.Tooltip where
import ClassyPrelude.Yesod hiding (Proxy)
textTooltip :: forall site. WidgetFor site () -> WidgetFor site () -> WidgetFor site ()
textTooltip ttHandle ttContent = $(whamletFile "templates/widgets/text-tooltip.hamlet")