We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2628736 commit 5d889ebCopy full SHA for 5d889eb
templates/index.tmpl
@@ -89,7 +89,7 @@
89
<select name="set" id="set" form="searchform">
90
<option value="">-</option>
91
{{range .sets}}
92
- <option value="{{ index . "code" }}">{{ printf "%.25s" (index . "_id") }} ({{ index . "count" }})
+ <option value="{{ .Code }}">{{ printf "%.25s" (.ID) }} ({{ .Count }})
93
</option>
94
{{end}}
95
</select>
@@ -168,7 +168,7 @@
168
<tbody>
169
{{range .cards}}
170
<tr>
171
- <td>{{ add .SerraCount .SerraCountFoil }}</td>
+ <td>{{ add .Count .CountFoil }}</td>
172
<td>
173
<div class="cardpreview"><strong>{{.Name }}</strong>
174
<span class="cardpreviewtext">
0 commit comments