We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
breadcrumbLink
1 parent b0fadac commit d5c2356Copy full SHA for d5c2356
IHP/Breadcrumb/ViewFunctions.hs
@@ -30,7 +30,7 @@ renderBreadcrumb breadcrumbItems = styledBreadcrumb theCSSFramework theCSSFramew
30
}
31
32
33
-breadcrumbLink :: (Show controller, AutoRoute controller) => Html -> controller -> BreadcrumbItem
+breadcrumbLink :: (HasPath controller) =>Html -> controller -> BreadcrumbItem
34
breadcrumbLink label route =
35
breadcrumbLinkExternal label (pathTo route)
36
0 commit comments