This commit is contained in:
life
2014-10-22 22:24:46 +08:00
parent b43c68ec2d
commit ebcce0a247
52 changed files with 18 additions and 18 deletions

View File

@@ -84,10 +84,10 @@
{{range .users}}
<tr>
<td>
<input type="checkbox" class="ck" data-email="{{.Email}}" value="2">
<input type="checkbox" class="ck" data-email="{{.Email}}" data-id="{{.UserId.Hex}}">
</td>
<td>
{{.Email}}
<a target="_blank" href="/blog/{{.UserId.Hex}}">{{.Email}}</a>
</td>
<td>
{{.Username}}