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
148
Issues
148
List
Board
Labels
Milestones
Merge Requests
2
Merge Requests
2
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
09a8e795
Commit
09a8e795
authored
Aug 07, 2022
by
Karen Konou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[User] Profile img upload UI
parent
ff2130a2
Pipeline
#3076
failed with stage
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletion
+9
-1
User.purs
src/Gargantext/Components/Nodes/Annuaire/User.purs
+9
-1
No files found.
src/Gargantext/Components/Nodes/Annuaire/User.purs
View file @
09a8e795
...
...
@@ -56,7 +56,15 @@ displayCpt = here.component "display" cpt
, H.div { className: "row", id: "contact-page-info" }
[ H.div { className: "col-md-12" }
[ H.div { className: "row" }
[ H.div { className: "col-md-2" } [ H.img { src: "/images/Gargantextuel-212x300.jpg"} ]
[ H.div { className: "col-md-2" } [ H.div { className: "container-fluid" }
[ H.div { className: "row" } [ H.img { src: "/images/Gargantextuel-212x300.jpg"} ]
, H.form { className: "row", enctype: "multipart/form-data" }
[ H.label { for: "avatar" } [H.text "Choose your profile picture:"]
, H.input { type: "file", id: "avatar", accept: "image/png, image/jpeg" }
, H.button {} [ H.text "save" ]
]
]
]
, H.div { className: "col-md-1"} []
, H.div { className: "col-md-8"} children
]
...
...
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