diff --git a/rhodecode/templates/changelog/changelog.html b/rhodecode/templates/changelog/changelog.html --- a/rhodecode/templates/changelog/changelog.html +++ b/rhodecode/templates/changelog/changelog.html @@ -32,21 +32,25 @@ ${c.repo_name} ${_('Changelog')} - ${c.r
- - ${h.form(h.url.current(),method='get')} -
- ${_('Show')}: - ${h.text('size',size=1,value=c.size)} - ${_('revisions')} - ${h.submit('set',_('set'))} -
- ${h.end_form()} - + ${h.form(h.url.current(),method='get')} +
+ ${_('Show')}: + ${h.text('size',size=1,value=c.size)} + ${_('revisions')} + ${h.submit('set',_('set'))} + +
+ ${h.end_form()} +
+ %for cnt,cs in enumerate(c.pagination):
-
${_('commit')} ${cs.revision}: ${h.short_id(cs.raw_id)}@${cs.date}
+
+ ${h.checkbox(cs.short_id,class_="changeset_range")} + ${_('commit')} ${cs.revision}: ${h.short_id(cs.raw_id)}@${cs.date} +
gravatar @@ -113,6 +117,37 @@ ${c.repo_name} ${_('Changelog')} - ${c.r %else: