Skip to content
Snippets Groups Projects

Resolve "Provide infrastructure for live documents"

Merged Jonathan Weth requested to merge 3-provide-infrastructure-for-live-documents into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -11,6 +11,7 @@ class LiveDocumentTable(Table):
document_name = Column(accessor="pk")
name = LinkColumn("edit_live_document", args=[A("id")])
filename = LinkColumn("show_live_document", args=[A("slug")])
edit = LinkColumn(
"edit_live_document",
args=[A("id")],
Loading