Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
purescript-gargantext
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
137
Issues
137
List
Board
Labels
Milestones
Merge Requests
4
Merge Requests
4
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gargantext
purescript-gargantext
Commits
a67d8236
Commit
a67d8236
authored
Mar 05, 2024
by
mzheng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
show institutes field to Doc view
parent
8ef6c146
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
Layout.purs
src/Gargantext/Components/Document/Layout.purs
+3
-4
No files found.
src/Gargantext/Components/Document/Layout.purs
View file @
a67d8236
...
@@ -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__in
s
titutes justify-content-space-between" }
[
[
B.div'
B.div'
{ className: "document-layout__institutes__label" }
{ className: "document-layout__institutes__label" }
"Intitutes"
"In
s
titutes"
,
,
H.div
H.div
{ className: "document-layout__intitutes__content w-100" -- <> collapsibleClasses
{ className: "document-layout__in
s
titutes__content w-100" -- <> collapsibleClasses
, id: getIdName "institutes" }
, id: getIdName "institutes" }
[
[
-- @NOTE #386: annotate for "Authors" ngrams list
annotate (Just institutes)
annotate (Just institutes)
]
]
-- ,
-- ,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment