diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2012-04-17 19:15:54 +0200 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2012-04-17 19:15:54 +0200 |
| commit | 39bd200baed00b5b63cc62ce947ef708710ac81c (patch) | |
| tree | 7bd8ca92f8a76f944614cb83246de9efd8a1d2fd /data | |
| parent | c5544ea6607e49bd5f3cceecd59903687e8b1654 (diff) | |
| download | phorkie-39bd200baed00b5b63cc62ce947ef708710ac81c.tar.gz phorkie-39bd200baed00b5b63cc62ce947ef708710ac81c.zip | |
revision display support
Diffstat (limited to 'data')
| -rw-r--r-- | data/templates/display-sidebar-history.htm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/templates/display-sidebar-history.htm b/data/templates/display-sidebar-history.htm index 7deacd0..fc7cbc5 100644 --- a/data/templates/display-sidebar-history.htm +++ b/data/templates/display-sidebar-history.htm @@ -8,7 +8,7 @@ <img src="/phorkie/dot-{{dot}}.png" alt="" style="padding-left:1px" width="4" height="4"/> {% endfor %} {% endspaceless %} - <a class="hash" href="{{repo.getLink('commit', commit.hash)}}">{{commit.hash|slice(0, 6)}}</a> + <a class="hash" href="{{repo.getLink('revision', commit.hash)}}">{{commit.hash|slice(0, 6)}}</a> <img src="{{commit.getIconUrl}}" alt="{{commit.committerName}}" title="{{commit.committerName}}" width="20"/> <span title="{{commit.committerTime|date('c')}}">{{dh.get(commit.committerTime)}}</span> </li> |
