Skip to content

Commit

Permalink
try without inline style
Browse files Browse the repository at this point in the history
  • Loading branch information
Per-Starke committed Feb 19, 2024
1 parent b5a1ce6 commit 877b64b
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions go-app/internal/api/arc42statistics.gohtml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<thead>
<tr>
<th rowspan="2"><img src="/images/minion-logo-100px.png" alt="Gopher logo"></th>
<th colspan="2" class="border-left-black text-center">7 Days</th>
<th colspan="2" class="border-left-black text-center">7 Days!</th>
<th colspan="2" class="border-left-black text-center">30 Days</th>
<th colspan="2" class="border-left-black text-center">12 Month</th>
<th colspan="2" class="border-left-black text-center">Open Tasks</th>
Expand Down Expand Up @@ -45,15 +45,15 @@
</tbody>

<tfoot> <tr>
<td style="text-align: right;" class="border-top">Totals:</td>
<td style="text-align: right;" class="border-top border-left-black">{{ .Totals.SumOfVisitors7d}}</td>
<td style="text-align: right;" class="border-top">{{ .Totals.SumOfPageViews7d}}</td>
<td style="text-align: right;" class="border-top border-left-black">{{ .Totals.SumOfVisitors30d}}</td>
<td style="text-align: right;" class="border-top">{{ .Totals.SumOfPageViews30d}}</td>
<td style="text-align: right;" class="border-top border-left-black">{{ .Totals.SumOfVisitors12m}}</td>
<td style="text-align: right;" class="border-top">{{ .Totals.SumOfPageViews12m}}</td>
<td style="text-align: right;" class="border-top border-left-black">{{ .Totals.TotalNrOfIssues}}</td>
<td style="text-align: right;" class="border-top">{{ .Totals.TotalNrOfBugs}}</td>
<td class="border-top text-right">Totals:</td>
<td class="border-top border-left-black text-right">{{ .Totals.SumOfVisitors7d}}</td>
<td class="border-top text-right">{{ .Totals.SumOfPageViews7d}}</td>
<td class="border-top border-left-black text-right">{{ .Totals.SumOfVisitors30d}}</td>
<td class="border-top text-right">{{ .Totals.SumOfPageViews30d}}</td>
<td class="border-top border-left-black text-right">{{ .Totals.SumOfVisitors12m}}</td>
<td class="border-top text-right">{{ .Totals.SumOfPageViews12m}}</td>
<td class="border-top border-left-black text-right">{{ .Totals.TotalNrOfIssues}}</td>
<td class="border-top text-right">{{ .Totals.TotalNrOfBugs}}</td>

</tr> </tfoot>
</table>
Expand Down

0 comments on commit 877b64b

Please sign in to comment.