diff options
Diffstat (limited to 'templates/bots.html')
-rw-r--r-- | templates/bots.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/templates/bots.html b/templates/bots.html index 34fa0c2..70018dd 100644 --- a/templates/bots.html +++ b/templates/bots.html @@ -7,7 +7,11 @@ <span id="allbots"></span> <h1><a href="#allbots">All Bots</a></h1> - <table class="trhover"> + <table> + <tr> + <td>Bot</td> + <td>User</td> + <tr> {{ range $bot := .bots }} <tr> <td> |