$(col) | $(col) | ||||
.find(".autodoc_template_home_created") | .find(".autodoc_template_home_created") | ||||
.html(doc.created); | .html(doc.created); | ||||
$(col) | |||||
.find(".autodoc_template_home_name") | |||||
.html(doc.name); | |||||
$.each(doc.tags, function(id, tag) { | $.each(doc.tags, function(id, tag) { | ||||
$(col) | $(col) | ||||
.find(".autodoc_template_home_tag") | .find(".autodoc_template_home_tag") |