mirror of
https://github.com/samsonjs/retrogit.git
synced 2026-04-16 13:05:50 +00:00
Fix generation of admin page links.
This commit is contained in:
parent
e3db6775fb
commit
13aa7def19
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@
|
|||
<tbody>
|
||||
{{range .Users}}
|
||||
<tr>
|
||||
<td><a href="{{routeUrl "digest-admin"}}?user_id={{.GitHubUserId}}">{{.Account.GitHubUserId}}</a></td>
|
||||
<td><a href="{{routeUrl "digest-admin"}}?user_id={{.Account.GitHubUserId}}">{{.Account.GitHubUserId}}</a></td>
|
||||
<td>{{template "user" .User}}</td>
|
||||
<td>{{.EmailAddress}}</td>
|
||||
<td>{{.Account.Frequency}}</td>
|
||||
|
|
|
|||
Loading…
Reference in a new issue