diff options
author | AndrewMurrell <amurrel@purdue.edu> | 2014-03-25 17:38:38 -0400 |
---|---|---|
committer | AndrewMurrell <amurrel@purdue.edu> | 2014-03-25 17:38:38 -0400 |
commit | 53b4f8028fc987b0cf26a7a073fec7064b4b6d8a (patch) | |
tree | d277b31519df83e8a1c060b04c6ea6cf50b5c361 /app/views/games | |
parent | 0c22c4bd9a0b4a0b0ff5840c1af41c0b320e3529 (diff) |
revert Guntas
Diffstat (limited to 'app/views/games')
-rw-r--r-- | app/views/games/index.html.erb | 6 | ||||
-rw-r--r-- | app/views/games/show.html.erb | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app/views/games/index.html.erb b/app/views/games/index.html.erb index 27c5860..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> @@ -36,4 +36,6 @@ <br> -<%= link_to 'New Game', new_game_path %> + +<%= link_to 'New Game', new_game_path, {:class => "btn btn-warning"} %> + diff --git a/app/views/games/show.html.erb b/app/views/games/show.html.erb index 1f1a154..39d4a97 100644 --- a/app/views/games/show.html.erb +++ b/app/views/games/show.html.erb @@ -1,5 +1,3 @@ -<p id="notice"><%= notice %></p> - <p> <strong>Name:</strong> <%= @game.name %> |