diff options
Diffstat (limited to 'app/views/games')
-rw-r--r-- | app/views/games/index.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/games/index.html.erb b/app/views/games/index.html.erb index 77f6a56..79acd1e 100644 --- a/app/views/games/index.html.erb +++ b/app/views/games/index.html.erb @@ -1,6 +1,6 @@ <h1>Listing games</h1> -<table> +<table class="table table-hover"> <thead> <tr> <th>Name</th> |