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 @@ -76,9 +76,11 @@ %endfor - ${cs.branch} + + ${h.link_to(cs.branch,h.url('files_home',repo_name=c.repo_name,revision=cs.short_id))} %for tag in cs.tags: - ${tag} + + ${h.link_to(tag,h.url('files_home',repo_name=c.repo_name,revision=cs.short_id))} %endfor