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
142
Issues
142
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
8802e544
Commit
8802e544
authored
May 26, 2018
by
Abinaya Sudhir
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
code formatting done
parent
a1a1795c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
24 deletions
+15
-24
NgramsTable.purs
src/NgramsTable.purs
+15
-24
No files found.
src/NgramsTable.purs
View file @
8802e544
...
...
@@ -51,42 +51,33 @@ ngramsTableSpec = simpleSpec performAction render
[ tr [] [
td [] [ input_checkbox]
, td [][ input_checkbox]
, td [] [ text "India"]
, td [] [ text "807"]
]
, td [][ input_checkbox]
, td [] [ text "India"]
, td [] [ text "807"]
]
, tr [] [ td [][ input_checkbox]
, td [] [ input_checkbox]
, td [] [ text "Tobacco use"]
, td [] [ text "351"]
]
, tr [] [ td []
[ input_checkbox]
, td []
[ input_checkbox]
, tr [] [ td [][ input_checkbox]
, td [][ input_checkbox]
, td [] [ text "tobacco"]
, td [] [ text "336"]
]
,tr [] [ td []
[ input_checkbox]
, td []
[ input_checkbox]
, td [] [ text "studies"]
, td [] [ text "282"]
]
, tr [] [ td []
[ input_checkbox]
, td []
[ input_checkbox]
,tr [] [ td [][ input_checkbox]
, td [][ input_checkbox]
, td [] [ text "studies"]
, td [] [ text "282"]
]
, tr [] [ td [][ input_checkbox]
, td [][ input_checkbox]
, td [] [ text "prevalence"]
, td [] [ text "217"]
]
, tr [] [ td []
[ input_checkbox]
, td []
[ input_checkbox]
, tr [] [ td [][ input_checkbox]
, td [][ input_checkbox]
, td [] [ text "smoking"]
, td [] [ text "169"]
]
...
...
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