Commit 020203b9 authored by Alexandre Delanoë's avatar Alexandre Delanoë

[CLEAN] file upload

parent 26c00151
...@@ -101,8 +101,7 @@ fileLayoutLoadedCpt = R.hooksComponent "G.C.N.F.fileLayoutLoaded" cpt ...@@ -101,8 +101,7 @@ fileLayoutLoadedCpt = R.hooksComponent "G.C.N.F.fileLayoutLoaded" cpt
] ]
, H.div { className: "row" } [ , H.div { className: "row" } [
H.div { className: "btn btn-default" } [ H.div { className: "btn btn-default" } [
H.a { -- href: "/api/v1.0/node/" <> show nodeId <> "/file/download" H.a { href: toUrl session ("node/" <> show nodeId <> "/file/download")
href: toUrl session ("node/" <> show nodeId <> "/file/download")
, target: "_blank" , target: "_blank"
} [ H.text "Download" ] } [ H.text "Download" ]
] ]
......
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