Commit 2c26f4a4 authored by Alexandre Delanoë's avatar Alexandre Delanoë

[FIX] Image for userPage.

parent 5487e8a3
...@@ -47,7 +47,7 @@ userPageSpec = simpleSpec performAction render ...@@ -47,7 +47,7 @@ userPageSpec = simpleSpec performAction render
div [className "col-md-12"] div [className "col-md-12"]
[ div [className "row"] [ div [className "row"]
[ div [className "col-md-2"] [ div [className "col-md-2"]
[ img [src "/images/corporate.jpg"] [] [ img [src "/images/Gargantextuel-212x300.jpg"] []
] ]
, div [className "col-md-8"] , div [className "col-md-8"]
[ [
...@@ -56,7 +56,7 @@ userPageSpec = simpleSpec performAction render ...@@ -56,7 +56,7 @@ userPageSpec = simpleSpec performAction render
a [className "list-group-item list-group-item-action flex-column align-items-start"] a [className "list-group-item list-group-item-action flex-column align-items-start"]
[ div [className "d-flex w-100 justify-content-between"] [ div [className "d-flex w-100 justify-content-between"]
[ h5 [className "mb-1"] [ text "fonction"] [ h5 [className "mb-1"] [ text "fonction"]
, h5 [] [text "Enseignent checheur"] , h5 [] [text "Enseignant chercheur"]
] ]
] ]
] ]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment