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
7f5c2324
Commit
7f5c2324
authored
Jul 11, 2018
by
Alexandre Delanoë
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cosmetics
parent
789cef0d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
14 deletions
+14
-14
Types.purs
src/Gargantext/Pages/Corpus/User/Users/Types.purs
+1
-1
Router.purs
src/Gargantext/Router.purs
+13
-13
No files found.
src/Gargantext/Pages/Corpus/User/Users/Types.purs
View file @
7f5c2324
...
...
@@ -32,7 +32,7 @@ projectSpec = focus _projectslens _projectsAction PS.projets
facets :: forall eff props. Spec ( dom :: DOM, console :: CONSOLE, ajax :: AJAX| eff) State props Action
facets = tabs _tablens _tabAction $ fromFoldable
[ Tuple "Publications(12)" publicationSpec
[ Tuple "Publications
(12)" publicationSpec
, Tuple "Brevets (2)" brevetSpec
, Tuple "Projets IMT (5)" projectSpec
]
src/Gargantext/Router.purs
View file @
7f5c2324
...
...
@@ -21,8 +21,8 @@ data Routes
| AddCorpus
| DocView
| SearchView
| UserPage Int
| DocAnnotation Int
| UserPage
Int
| DocAnnotation
Int
| Tabview
| CorpusAnalysis
| PGraphExplorer
...
...
@@ -31,18 +31,18 @@ data Routes
instance showRoutes :: Show Routes where
show Login = "Login"
show AddCorpus = "AddCorpus"
show DocView = "DocView"
show SearchView = "SearchView"
show (UserPage i) = "UserPage"
show Login
= "Login"
show AddCorpus
= "AddCorpus"
show DocView
= "DocView"
show SearchView
= "SearchView"
show (UserPage i)
= "UserPage"
show (DocAnnotation i)= "DocumentView"
show Tabview = "Tabview"
show CorpusAnalysis = "corpus"
show PGraphExplorer = "graphExplorer"
show NGramsTable = "NGramsTable"
show Dashboard = "Dashboard"
show Home = "Home"
show Tabview
= "Tabview"
show CorpusAnalysis
= "corpus"
show PGraphExplorer
= "graphExplorer"
show NGramsTable
= "NGramsTable"
show Dashboard
= "Dashboard"
show Home
= "Home"
int :: Match Int
int = floor <$> num
...
...
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