This repository has been archived on 2024-10-24. You can view files and clone it, but cannot push or open issues or pull requests.
fradrive-old/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")