Skip to content

Commit

Permalink
add type
Browse files Browse the repository at this point in the history
  • Loading branch information
noqqe committed Feb 25, 2023
1 parent e1a08fd commit 5f9a616
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions templates/index.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
<tr>
<th><abbr title="Amount">#</abbr></th>
<th>Name</th>
<th>Type</th>
<th><abbr title="Set Code">Set</abbr></th>
<th><abbr title="Collector Number">C</abbr></th>
<th><abbr title="Price">$</abbr></th>
Expand All @@ -84,6 +85,7 @@
<tr>
<th><abbr title="Amount">#</abbr></th>
<th>Name</th>
<th>Type</th>
<th><abbr title="Set Code">Set</abbr></th>
<th><abbr title="Collector Number">C</abbr></th>
<th><abbr title="Price">$</abbr></th>
Expand All @@ -97,6 +99,7 @@
<tr>
<td>{{.SerraCount}}</td>
<td><strong>{{.Name }}</strong></td>
<td>{{.TypeLine}}</td>
<td>{{.Set}}</td>
<td>{{.CollectorNumber}}</td>
<td>{{.Prices.Usd}}</td>
Expand Down

0 comments on commit 5f9a616

Please sign in to comment.