7 lines
247 B
Haskell
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")
|