@@ -116,6 +116,11 @@ function document_load() { | |||
$(col) | |||
.find(".autodoc_template_home_created") | |||
.html(doc.created); | |||
$(col) | |||
.find(".autodoc_template_home_name") | |||
.html(doc.name); | |||
$.each(doc.tags, function(id, tag) { | |||
$(col) | |||
.find(".autodoc_template_home_tag") |