commit | 78126804a0041afebc2722347116b8416f129591 | [log] [tgz] |
---|---|---|
author | Andrew Gerrand <adg@golang.org> | Tue Aug 04 11:07:06 2015 +1000 |
committer | Andrew Gerrand <adg@golang.org> | Tue Aug 04 01:08:10 2015 +0000 |
tree | ed762e628b95ddf9728f49955476d24b3db980a8 | |
parent | 106fbe96e4efe93d20d52ea97591c3faff840346 [diff] |
app: show go hashes in each row on sub-repo pages Change-Id: I5c9ed4e588e9f8319cc39dbca8ca8c1c4a7e39ed Reviewed-on: https://go-review.googlesource.com/13058 Reviewed-by: Andrew Gerrand <adg@golang.org>
diff --git a/app/build/ui.html b/app/build/ui.html index f679845..9c03965 100644 --- a/app/build/ui.html +++ b/app/build/ui.html
@@ -99,7 +99,7 @@ {{if $i}} <td> </td> {{if $h}} - <td> </td> + <td class="hash"><a href="{{repoURL $.Dashboard.Name $h ""}}">{{shortHash $h}}</a></td> {{end}} <td> </td> <td> </td>