Commit b22297b8 authored by Alexandre Delanoë's avatar Alexandre Delanoë

[FIX] removing button TODO

parent 7da7ae31
......@@ -164,11 +164,12 @@ tableau (PublicData {title, abstract, img, url, date, database, author}) =
, H.p { className: "card-text"} [H.text $ (take 252 abstract) <> "..."]
, H.div { className: "center justify-content-between align-items-center"}
[ H.div { className: "btn-group" }
[ H.button { className : "btn btn-default flex-between"
[
{- TODO
H.button { className : "btn btn-default flex-between"
, href : url
, role : "button"
} [ H.text "View the map" ]
{- TODO
, H.button { className : "btn btn-default flex-start"
, href : url
, role : "button"
......
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