diff options
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> |