Commit a67d8236 authored by mzheng's avatar mzheng

show institutes field to Doc view

parent 8ef6c146
...@@ -340,17 +340,16 @@ layoutWithContextNgramsCpt = here.component "layoutWithContextNgrams" cpt where ...@@ -340,17 +340,16 @@ layoutWithContextNgramsCpt = here.component "layoutWithContextNgrams" cpt where
, R2.fromMaybe (trace (fromMaybe "VIDE" doc.institutes) (doc.institutes)) \institutes -> , R2.fromMaybe (trace (fromMaybe "VIDE" doc.institutes) (doc.institutes)) \institutes ->
H.div H.div
{ className: "document-layout__intitutes justify-content-space-between" } { className: "document-layout__institutes justify-content-space-between" }
[ [
B.div' B.div'
{ className: "document-layout__institutes__label" } { className: "document-layout__institutes__label" }
"Intitutes" "Institutes"
, ,
H.div H.div
{ className: "document-layout__intitutes__content w-100" -- <> collapsibleClasses { className: "document-layout__institutes__content w-100" -- <> collapsibleClasses
, id: getIdName "institutes" } , id: getIdName "institutes" }
[ [
-- @NOTE #386: annotate for "Authors" ngrams list
annotate (Just institutes) annotate (Just institutes)
] ]
-- , -- ,
......
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