diff options
author | guntasgrewal <guntasgrewal@gmail.com> | 2014-03-03 21:24:45 -0500 |
---|---|---|
committer | guntasgrewal <guntasgrewal@gmail.com> | 2014-03-03 21:24:45 -0500 |
commit | 271f890f06ac94a785f3223d0c44a7fa8b9d74f7 (patch) | |
tree | b3628277be3079937743758e1af65bc5103f2a85 /app/views/games | |
parent | b8c14b654255376d79fae55e139a968930be4569 (diff) |
Log out button
Diffstat (limited to 'app/views/games')
-rw-r--r-- | app/views/games/index.html.erb | 4 |
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 %> |