diff --git a/.idea/knockout.iml b/.idea/knockout.iml index 49e6d33..7cac230 100644 --- a/.idea/knockout.iml +++ b/.idea/knockout.iml @@ -26,77 +26,82 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -105,76 +110,62 @@ diff --git a/app/views/machines/index.html.erb b/app/views/machines/index.html.erb index 3791f6c..a20a543 100644 --- a/app/views/machines/index.html.erb +++ b/app/views/machines/index.html.erb @@ -10,5 +10,4 @@

<%= pluralize(@machines.count, 'total pin') %>

-
<%= link_to "Add a pin", new_machine_path %> diff --git a/app/views/players/index.html.erb b/app/views/players/index.html.erb index 5ab8e81..772d19a 100644 --- a/app/views/players/index.html.erb +++ b/app/views/players/index.html.erb @@ -32,5 +32,4 @@

<%= pluralize(@players.count, 'total player') %>

-
<%= link_to "Add a player", new_player_path %>