summaryrefslogtreecommitdiff
path: root/app/views/games/index.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/games/index.html.erb')
-rw-r--r--app/views/games/index.html.erb6
1 files changed, 2 insertions, 4 deletions
diff --git a/app/views/games/index.html.erb b/app/views/games/index.html.erb
index 79acd1e..27c5860 100644
--- a/app/views/games/index.html.erb
+++ b/app/views/games/index.html.erb
@@ -1,6 +1,6 @@
<h1>Listing games</h1>
-<table class="table table-hover">
+<table>
<thead>
<tr>
<th>Name</th>
@@ -36,6 +36,4 @@
<br>
-
-<%= link_to 'New Game', new_game_path, {:class => "btn btn-warning"} %>
-
+<%= link_to 'New Game', new_game_path %>