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
3d385a7f
Commit
3d385a7f
authored
Dec 07, 2018
by
Sudhir Kumar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
login changes done
parent
95a636a5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
Login.purs
src/Gargantext/Components/Login.purs
+5
-4
No files found.
src/Gargantext/Components/Login.purs
View file @
3d385a7f
...
...
@@ -62,7 +62,8 @@ modalSpec sm t = over _render \render d p s c ->
[ div [ className "modal-content"]
[ div [ className "modal-header"]
[ h5 [ className "modal-title" ]
[ text t ]
[ -- text t
]
, button [ _type "button"
, className "close"
, _data { dismiss : "modal"}
...
...
@@ -103,7 +104,7 @@ renderSpec = simpleSpec performAction render
render :: Render State {} Action
render dispatch _ state _ =
[ div [className "row"]
[ div [className "col-
sm-10 col-sm-push-1 col-md-6 col-md-push-3 col-lg-6 col-lg-push-3
"]
[ div [className "col-
md-10 col-md-push-1
"]
[ h2 [className "text-primary center m-a-2"]
[ i [className "material-icons md-36"] [text "control_point"]
, span [className "icon-text"] [text "Gargantext"]
...
...
@@ -113,7 +114,7 @@ renderSpec = simpleSpec performAction render
[ div [className "card-block"]
[ div [className "center"]
[ h4 [className "m-b-0"]
[ span [className "icon-text"] [ text "
Connexio
n"] ]
[ span [className "icon-text"] [ text "
Logi
n"] ]
, 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"]
...
...
@@ -138,7 +139,7 @@ renderSpec = simpleSpec performAction render
[ div [className "checkbox"]
[ input [_id "terms-accept", _type "checkbox", value "", className "checkbox"]
, text "I accept the terms of uses ",
a [href "http://gitlab.iscpif.fr/humanities/tofu/tree/master"] [text "
[Read the terms of use]
"]
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 $ PostAuth] [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