Skip to content
Snippets Groups Projects
Verified Commit a5f77438 authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Show filename in table for live documents

parent 44613036
No related branches found
No related tags found
1 merge request!16Resolve "Provide infrastructure for live documents"
......@@ -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")],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment