Update to gobook@039ca5f7ddfb44bec546dbdc940c015d6e3912e6

This commit is contained in:
Alan Donovan 2016-01-17 21:17:32 -05:00
parent 4f0ceb5e5d
commit c8852cb2da
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ var issueList = template.Must(template.New("issuelist").Parse(`
</tr>
{{range .Items}}
<tr>
<td><a href='{{.HTMLURL}}'>{{.Number}}</td>
<td><a href='{{.HTMLURL}}'>{{.Number}}</a></td>
<td>{{.State}}</td>
<td><a href='{{.User.HTMLURL}}'>{{.User.Login}}</a></td>
<td><a href='{{.HTMLURL}}'>{{.Title}}</a></td>