From c00902c956dd336fa1bdc74603312c1c95ac9d6b Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Mon, 31 Jan 2022 18:43:12 -0500 Subject: remove
--- app/views/machines/index.html.erb | 1 - app/views/players/index.html.erb | 1 - 2 files changed, 2 deletions(-) (limited to 'app/views') 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 %> -- cgit 1.4.1