Changes of Revision 8
[-] [+] | Added | repoview-0.5.2-index-summary.patch |
@@ -0,0 +1,12 @@ +--- templates/index.kid ++++ templates/index.kid +@@ -51,7 +51,8 @@ + <em><span py:content="pkg.getTime('%d-%b-%Y')"/></em>: + <a href="${mkLinkUrl(pkg, isindex=1)}" + title="${pkg.summary}" class="inpage" +- py:content="'%s-%s-%s' % (pkg.n, pkg.v, pkg.r)"/> ++ py:content="'%s-%s-%s' % (pkg.n, pkg.v, pkg.r)"/>: ++ <span py:content="pkg.summary"/> + </li> + </ul> + <h3>Available Groups</h3> |