Skip to content

Commit 5d889eb

Browse files
committed
Fix web #28
1 parent 2628736 commit 5d889eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/index.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
<select name="set" id="set" form="searchform">
9090
<option value="">-</option>
9191
{{range .sets}}
92-
<option value="{{ index . "code" }}">{{ printf "%.25s" (index . "_id") }} ({{ index . "count" }})
92+
<option value="{{ .Code }}">{{ printf "%.25s" (.ID) }} ({{ .Count }})
9393
</option>
9494
{{end}}
9595
</select>
@@ -168,7 +168,7 @@
168168
<tbody>
169169
{{range .cards}}
170170
<tr>
171-
<td>{{ add .SerraCount .SerraCountFoil }}</td>
171+
<td>{{ add .Count .CountFoil }}</td>
172172
<td>
173173
<div class="cardpreview"><strong>{{.Name }}</strong>
174174
<span class="cardpreviewtext">

0 commit comments

Comments
 (0)