Commit 633ccb4c authored by Alexandre Delanoë's avatar Alexandre Delanoë

Revert "fix: hide item links"

This reverts commit 49327d78.
parent 49327d78
......@@ -260,10 +260,10 @@ breadcrumbItemCpt = here.component "breadcrumbItemCpt" cpt where
pure $
H.li { className: "breadcrumb-item" }
[
-- H.a { className: ""
-- , href: "/#/" <> createNodeUrl linkId rootId linkNodeType sid
-- }
-- [
H.a { className: ""
, href: "/#/" <> createNodeUrl linkId rootId linkNodeType sid
}
[
H.span { className: "" }
[
-- B.icon { name: "folder-open-o" }
......@@ -274,7 +274,7 @@ breadcrumbItemCpt = here.component "breadcrumbItemCpt" cpt where
]
,
H.text props.text
-- ]
]
]
createNodeUrl :: Int -> Int -> NodeType -> SessionId -> String
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment