about summary refs log tree commit diff
path: root/app/views/players/index.html.erb
diff options
context:
space:
mode:
authorBen Harris <ben@tilde.team>2021-08-23 01:09:10 -0400
committerBen Harris <ben@tilde.team>2021-08-23 01:09:10 -0400
commit0d1be8d46ae036ad1588f6c2e590eb1ba3993eb2 (patch)
tree175b33245c527ad17170fbd7c27247ad49caca01 /app/views/players/index.html.erb
parent5cbc48b9a0ed933e64f646e648a5c1726516cd8d (diff)
add prod hostname
Diffstat (limited to 'app/views/players/index.html.erb')
-rw-r--r--app/views/players/index.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/players/index.html.erb b/app/views/players/index.html.erb
index 67717e0..744e1cd 100644
--- a/app/views/players/index.html.erb
+++ b/app/views/players/index.html.erb
@@ -4,7 +4,7 @@
 <ul>
   <% @players.each do |player| %>
     <li>
-      <%= link_to player.name, edit_player_path(player) %>
+      <%= link_to player.name, player %>
     </li>
   <% end %>
 </ul>