Commit 2896c5c5 authored by Alexandre Delanoë's avatar Alexandre Delanoë

[FIX] DocsTable with Title and Source.

parent 43daf58e
......@@ -298,6 +298,7 @@ pageCpt = R.memo' $ R.hooksComponent "G.C.DocsTable.pageCpt" cpt where
, H.input { type: "checkbox", checked, on: {click: click Trash} }
-- TODO show date: Year-Month-Day only
, H.div { style } [ R2.showText r.date ]
, H.div { style } [ H.text r.title ]
, H.div { style } [ H.text r.source ]
]
, delete: true }
......
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