about summary refs log tree commit diff
path: root/app
diff options
context:
space:
mode:
authorBen Harris <ben@tilde.team>2022-01-31 18:43:12 -0500
committerBen Harris <ben@tilde.team>2022-01-31 18:43:12 -0500
commitc00902c956dd336fa1bdc74603312c1c95ac9d6b (patch)
tree216e8e5a067ecea7bee32df12c28563c40f2928e /app
parent30b5032b3c9de489ebc90097ae0b04a590b43be5 (diff)
remove <hr>
Diffstat (limited to 'app')
-rw-r--r--app/views/machines/index.html.erb1
-rw-r--r--app/views/players/index.html.erb1
2 files changed, 0 insertions, 2 deletions
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 @@
 
 <p><%= pluralize(@machines.count, 'total pin') %></p>
 
-<hr>
 <%= 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 @@
 
 <p><%= pluralize(@players.count, 'total player') %></p>
 
-<hr>
 <%= link_to "Add a player", new_player_path %>