diff options
author | Emile <git@emile.space> | 2024-11-06 19:02:14 +0100 |
---|---|---|
committer | Emile <git@emile.space> | 2024-11-06 19:02:14 +0100 |
commit | fbfee6c9d2d7bb6b40ed0defbc5a94d15182171f (patch) | |
tree | 68b27051eb0f256d815cad83836fc3934d1a4644 /templates/battles.html | |
parent | c26dbb85981aee7c1f1fa1f37972126e5ac15e49 (diff) |
battle updates
Diffstat (limited to 'templates/battles.html')
-rw-r--r-- | templates/battles.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/battles.html b/templates/battles.html index bdc4d4b..d3f85da 100644 --- a/templates/battles.html +++ b/templates/battles.html @@ -10,9 +10,9 @@ <p>A battle is a collection of matches. It plays through all matches in the elimination ladder in order to determine an overall winner.</p> <br> - <table class="trhover"> + <table> {{ range $battle := .battles }} - <tr> + <tr class="trhover"> <td> - <a href="/battle/{{ $battle.ID }}">{{ $battle.Name }}</a> </td> |