Skip to content

Commit 7812680

Browse files
committed
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 <[email protected]>
1 parent 106fbe9 commit 7812680

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build/ui.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ <h1>Go Dashboard</h1>
9999
{{if $i}}
100100
<td>&nbsp;</td>
101101
{{if $h}}
102-
<td>&nbsp;</td>
102+
<td class="hash"><a href="{{repoURL $.Dashboard.Name $h ""}}">{{shortHash $h}}</a></td>
103103
{{end}}
104104
<td>&nbsp;</td>
105105
<td>&nbsp;</td>

0 commit comments

Comments
 (0)