From ba0b145820b29719e6bc9724d9d91682e4118686 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Tue, 4 Mar 2014 15:29:16 -0500 Subject: foo --- app/views/games/index.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/views/games') 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 @@

Listing games

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