diff --git a/pylons_app/templates/changeset/changeset.html b/pylons_app/templates/changeset/changeset.html --- a/pylons_app/templates/changeset/changeset.html +++ b/pylons_app/templates/changeset/changeset.html @@ -43,12 +43,6 @@
${h.wrap_paragraphs(c.changeset.message)}
- - ${c.changeset.branch} - %for tag in c.changeset.tags: - ${tag} - %endfor - %if len(c.changeset.parents)>1:
${_('merge')} @@ -59,7 +53,15 @@
${_('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 + + + ${h.link_to(c.changeset.branch,h.url('files_home',repo_name=c.repo_name,revision=c.changeset.short_id))} + %for tag in c.changeset.tags: + + ${h.link_to(tag,h.url('files_home',repo_name=c.repo_name,revision=c.changeset.short_id))} + %endfor +
${_('Files affected')}