diff --git a/pylons_app/templates/changelog/changelog.html b/pylons_app/templates/changelog/changelog.html --- a/pylons_app/templates/changelog/changelog.html +++ b/pylons_app/templates/changelog/changelog.html @@ -24,9 +24,9 @@ % if c.pagination:
- ##
- ## - ##
+
+ +
${h.form(h.url.current(),method='get')} @@ -35,7 +35,7 @@ ${h.end_form()}
%for cnt,cs in enumerate(c.pagination): -
+
${_('commit')} ${cs.revision}: ${cs.raw_id}@${cs.date}
${cs.author}
@@ -72,19 +72,28 @@ %endfor
+ -## -## -## -## + set_canvas(); + + var jsdata = ${c.jsdata|n}; + var r = new BranchRenderer(); + r.render(jsdata); + +}); +

${c.pagination.pager('$link_previous ~2~ $link_next')}