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 @@ -47,12 +47,6 @@
${_('commit')} ${cs.revision}: ${cs.short_id}@${cs.date}
- - ${cs.branch} - %for tag in cs.tags: - ${tag} - %endfor -
gravatar @@ -80,7 +74,13 @@
${_('Parent')} ${p_cs.revision}: ${h.link_to(p_cs.short_id, h.url('changeset_home',repo_name=c.repo_name,revision=p_cs.short_id),title=p_cs.message)}
- %endfor + %endfor + + ${cs.branch} + %for tag in cs.tags: + ${tag} + %endfor +