picking off names/values of buttons (there must be a better way)
This commit is contained in:
@@ -16,13 +16,9 @@
|
||||
</thead>
|
||||
<tbody>
|
||||
{{ range .children }}
|
||||
<tr class="name">
|
||||
<td>
|
||||
{{ .Name }}
|
||||
</td>
|
||||
<td>
|
||||
{{ dollarize .Money }}
|
||||
</td>
|
||||
<tr class="child">
|
||||
<td class="name">{{ .Name }}</td>
|
||||
<td>{{ dollarize .Money }}</td>
|
||||
</tr>
|
||||
<tr class="controls">
|
||||
<td colspan=2 style="text-align: center;">
|
||||
|
||||
Reference in New Issue
Block a user