Commit 36874450 authored by Przemyslaw Kaminski's avatar Przemyslaw Kaminski

[version] no effect

parent 04e6caeb
...@@ -231,25 +231,24 @@ footerCpt = R.staticComponent "G.C.Layout.footer" cpt ...@@ -231,25 +231,24 @@ footerCpt = R.staticComponent "G.C.Layout.footer" cpt
cpt _ _ = cpt _ _ =
H.div { className: "container" } H.div { className: "container" }
[ H.hr {} [ H.hr {}
, H.footer {} , H.footer {}
[ H.p {} [ H.p {}
[ H.text "Gargantext " [ H.text "Gargantext "
, H.span {className: "glyphicon glyphicon-registration-mark"} [] , H.span {className: "glyphicon glyphicon-registration-mark"} []
, H.text $ ", version 4.0 (frontend: " <> GV.versionS <> ", backend: TODO)" , H.text $ ", version 4.0 (frontend: " <> GV.version <> ", backend: TODO)"
, H.a { href: "http://www.cnrs.fr" , H.a { href: "http://www.cnrs.fr"
, target: "blank" , target: "blank"
, title: "Project hosted by CNRS." , title: "Project hosted by CNRS."
} }
[ H.text ", Copyrights " [ H.text ", Copyrights "
, H.span { className: "glyphicon glyphicon-copyright-mark" } [] , H.span { className: "glyphicon glyphicon-copyright-mark" } []
, H.text " CNRS 2017-Present" , H.text " CNRS 2017-Present"
] ]
, H.a { href: "http://gitlab.iscpif.fr/humanities/gargantext/blob/stable/LICENSE" , H.a { href: "http://gitlab.iscpif.fr/humanities/gargantext/blob/stable/LICENSE"
, target: "blank" , target: "blank"
, title: "Legal instructions of the project." , title: "Legal instructions of the project."
} }
[ H.text ", Licences aGPLV3 and CECILL variant Affero compliant" ] [ H.text ", Licences aGPLV3 and CECILL variant Affero compliant" ]
, H.text "." , H.text "."
]] ]]
] ]
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