# HG changeset patch # User Paul Boddie # Date 1279049528 -7200 # Node ID fbdb3add314a567c0a6e73aae2b6259b82b0aea5 # Parent 47c22ce46af0da0bf5f5df0db1816fefa98b1159 Fixed the branches link in the tags view. Changed links in shortlog and branch entries to link branch indicators to changesets, not shortlog entries. diff -r 47c22ce46af0 -r fbdb3add314a themes/mercurialweb/branchentry.tmpl --- a/themes/mercurialweb/branchentry.tmpl Tue Jul 13 21:27:56 2010 +0200 +++ b/themes/mercurialweb/branchentry.tmpl Tue Jul 13 21:32:08 2010 +0200 @@ -1,6 +1,6 @@ {date|age} files - {branch|escape} + {branch|escape} {node|short} diff -r 47c22ce46af0 -r fbdb3add314a themes/mercurialweb/map --- a/themes/mercurialweb/map Tue Jul 13 21:27:56 2010 +0200 +++ b/themes/mercurialweb/map Tue Jul 13 21:32:08 2010 +0200 @@ -25,11 +25,11 @@ archiveentry = '{type|escape} ' branchlabel = '{name} ' -branchtag = '{name} ' +branchtag = '{name} ' changesetlink = '{rev}:{node|short} ' filerevlink = '{rev}:{node|short} ' inbranchlabel = '{name} ' -inbranchtag = '{name} ' +inbranchtag = '{name} ' shortloglink = '{label|escape} ' tagtag = '{name} ' diff -r 47c22ce46af0 -r fbdb3add314a themes/mercurialweb/tags.tmpl --- a/themes/mercurialweb/tags.tmpl Tue Jul 13 21:27:56 2010 +0200 +++ b/themes/mercurialweb/tags.tmpl Tue Jul 13 21:32:08 2010 +0200 @@ -12,7 +12,7 @@ >
  • Shortlog
  • Changelog
  • Tags
  • Branches
  • Branches
  • Files
  • Search