summaryrefslogtreecommitdiff
path: root/app/views/games/index.html.erb
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2014-03-04 15:29:16 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2014-03-04 15:29:16 -0500
commitba0b145820b29719e6bc9724d9d91682e4118686 (patch)
treefaa1bda8e15a1e9dbd045ac563007fd5e1611bb5 /app/views/games/index.html.erb
parente4ae559d8189519586e044238196ee45b2a10c6b (diff)
foo
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 ccd0f63..6779307 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>
@@ -32,4 +32,4 @@
<br>
-<%= link_to 'New Game', new_game_path %>
+<%= link_to 'New Game', new_game_path, {:class => "btn btn-warning"} %>