blob: dc089466b4f8473da5bb406e373d5a8bc63b675f [file] [log] [blame]
div(class:"revisionInfo") {
def info = includes.Git.getRevisionInfo(content.file);
yield "Last modified by "
span(class:"author") { yield info.author }
yield " on "
span(class:"comment") { yield info.date }
}