summaryrefslogtreecommitdiff
path: root/app/views/games/index.html.erb
diff options
context:
space:
mode:
authorguntasgrewal <guntasgrewal@gmail.com>2014-03-03 21:24:45 -0500
committerguntasgrewal <guntasgrewal@gmail.com>2014-03-03 21:24:45 -0500
commit271f890f06ac94a785f3223d0c44a7fa8b9d74f7 (patch)
treeb3628277be3079937743758e1af65bc5103f2a85 /app/views/games/index.html.erb
parentb8c14b654255376d79fae55e139a968930be4569 (diff)
Log out button
Diffstat (limited to 'app/views/games/index.html.erb')
-rw-r--r--app/views/games/index.html.erb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/games/index.html.erb b/app/views/games/index.html.erb
index 2c178f5..ccd0f63 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>
@@ -32,4 +32,4 @@
<br>
-<%= link_to 'New Game', new_game_path, {:class => "btn btn-warning"} %>
+<%= link_to 'New Game', new_game_path %>