summaryrefslogtreecommitdiff
path: root/app/views/runs/show.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/runs/show.html.erb')
-rw-r--r--app/views/runs/show.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/runs/show.html.erb b/app/views/runs/show.html.erb
index 11fdd12..eb580ad 100644
--- a/app/views/runs/show.html.erb
+++ b/app/views/runs/show.html.erb
@@ -1,7 +1,7 @@
<h1 class="text-2xl"><%= @run.title %></h1>
<p class="subtitle"><%= @run.game.title %></p>
-<p>Run started by: <%= @run.user.email %></p>
+<p>Run started by: <%= @run.user.name %></p>
<%= link_to "New checkpoint", new_run_checkpoint_path(@run) %>