Commit 494ba1a9 authored by Alexandre Delanoë's avatar Alexandre Delanoë

Merge remote-tracking branch 'origin/corpus' into corpus

parents 8b6a6286 70e0d639
...@@ -224,10 +224,7 @@ getNode id = get $ toUrl Back Node id ...@@ -224,10 +224,7 @@ getNode id = get $ toUrl Back Node id
-- Facets -- Facets
------------------------------------------------------------------------ ------------------------------------------------------------------------
facets :: Spec State {} Action facets :: Spec State {} Action
facets = hide initialState statefulFacets facets =
statefulFacets :: Spec State {} Action
statefulFacets =
Tab.tabs _tablens _tabAction $ fromFoldable [ Tuple "Doc View" docPageSpec Tab.tabs _tablens _tabAction $ fromFoldable [ Tuple "Doc View" docPageSpec
, Tuple "Author View" authorPageSpec , Tuple "Author View" authorPageSpec
, Tuple "Source View" sourcePageSpec , Tuple "Source View" sourcePageSpec
......
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