diff --git a/app/views/players/index.html.erb b/app/views/players/index.html.erb index a635ded..5ab8e81 100644 --- a/app/views/players/index.html.erb +++ b/app/views/players/index.html.erb @@ -2,6 +2,7 @@

Players

+<% if @players.any? %>
@@ -27,6 +28,7 @@
+<% end %>

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