diff --git a/app/views/player/show.html.erb b/app/views/player/show.html.erb
index e1a9d74..4ba5b59 100644
--- a/app/views/player/show.html.erb
+++ b/app/views/player/show.html.erb
@@ -4,9 +4,9 @@
<%= @player.name %>
@@ -17,7 +17,7 @@
<% if @player.alternate_players.count > 0 %>
-
Alts
+
Characters
+
+
<%= link_to @player.name, player_path(@player) %>
+
<%= @player.purse %>
+
<%= @player.wins %>
+
<%= @player.losses %>
+
<% @player.alternate_players.each do |alt| %>
<%= link_to alt.name, player_path(alt) %>