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
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
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
Grégoire Locqueville
purescript-gargantext
Commits
78e7269d
Commit
78e7269d
authored
Nov 28, 2017
by
Alexandre Delanoë
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[TEXT] Fix some text typos.
parent
642ec3dd
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
Landing.purs
src/Landing.purs
+4
-4
Login.purs
src/Login.purs
+2
-2
No files found.
src/Landing.purs
View file @
78e7269d
...
...
@@ -223,15 +223,15 @@ loginSpec = simpleSpec performAction render
hr [] []
, footer []
[ p []
[ text "Gargantext"
[ text "Gargantext
"
, span [className "glyphicon glyphicon-registration-mark" ]
[]
, text ", version 3.
0.6.9.4,
"
, text ", version 3.
1
"
, a [ href "http://www.cnrs.fr", target "blank", title "Institution that enables this project." ]
[ text "
Copyrights
"
[ text "
, Copyrights
"
, span [ className "glyphicon glyphicon-copyright-mark" ]
[]
, text "CNRS 2017"
, text "
CNRS 2017"
]
, a [ href "http://gitlab.iscpif.fr/humanities/gargantext/blob/stable/LICENSE", target "blank", title "Legal instructions of the project." ]
[ text ", Licences aGPLV3 and CECILL variant Affero compliant" ]
...
...
src/Login.purs
View file @
78e7269d
...
...
@@ -100,7 +100,7 @@ renderSpec = simpleSpec performAction render
]
, p [className "text-muted"]
[ text $ "Login to your account or",
a [ target "blank",href "https://iscpif.fr/services/applyforourservices/"] [text "ask to get an access"]
a [ target "blank",href "https://iscpif.fr/services/applyforourservices/"] [text "
ask to get an access"]
]
]
, div []
...
...
@@ -123,7 +123,7 @@ renderSpec = simpleSpec performAction render
[ input [_id "terms-accept", _type "checkbox", value "", className "checkbox"]
[
]
, text "I accept the terms of uses",
, text "I accept the terms of uses
",
a [href "http://gitlab.iscpif.fr/humanities/tofu/tree/master"] [text "[Read the terms of use]"]
]
, button [_id "login-button",className "btn btn-primary btn-rounded", _type "submit", onClick \_ -> dispatch $ Login] [text "Login"]
...
...
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