about summary refs log tree commit diff
path: root/app/views/players/index.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/players/index.html.erb')
-rw-r--r--app/views/players/index.html.erb3
1 files changed, 0 insertions, 3 deletions
diff --git a/app/views/players/index.html.erb b/app/views/players/index.html.erb
index eac7710..5a2b9ef 100644
--- a/app/views/players/index.html.erb
+++ b/app/views/players/index.html.erb
@@ -5,9 +5,6 @@
 <div id="players">
   <% @players.each do |player| %>
     <%= render player %>
-    <p>
-      <%= link_to "Show this player", player %>
-    </p>
   <% end %>
 </div>