From 271f890f06ac94a785f3223d0c44a7fa8b9d74f7 Mon Sep 17 00:00:00 2001 From: guntasgrewal Date: Mon, 3 Mar 2014 21:24:45 -0500 Subject: Log out button --- app/views/games/index.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/views/games/index.html.erb') 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 @@

Listing games

- +
@@ -32,4 +32,4 @@
-<%= link_to 'New Game', new_game_path, {:class => "btn btn-warning"} %> +<%= link_to 'New Game', new_game_path %> -- cgit v1.2.3-2-g168b
Name