Commit 1bf4a953 authored by Karen Konou's avatar Karen Konou

[Folder View] readd the back button

parent 9961ac74
Pipeline #2746 failed with stage
in 0 seconds
...@@ -68,10 +68,11 @@ corpusLayoutMainCpt = here.component "corpusLayoutMain" cpt ...@@ -68,10 +68,11 @@ corpusLayoutMainCpt = here.component "corpusLayoutMain" cpt
pure $ GR.CorpusCode (sessionId session) nodeId pure $ GR.CorpusCode (sessionId session) nodeId
-- Render -- Render
pure $ pure $
H.div {} H.div {}
[ [
tileMenu R2.row [
FV.backButton {} []
, tileMenu
{ boxes { boxes
, currentTile: Just corpusCodeRoute , currentTile: Just corpusCodeRoute
, xTile: Just corpusCodeRoute , xTile: Just corpusCodeRoute
...@@ -84,6 +85,7 @@ corpusLayoutMainCpt = here.component "corpusLayoutMain" cpt ...@@ -84,6 +85,7 @@ corpusLayoutMainCpt = here.component "corpusLayoutMain" cpt
H.i { className: "fa fa-code" } [] H.i { className: "fa fa-code" } []
] ]
] ]
]
, ,
H.hr {} H.hr {}
, ,
......
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