summaryrefslogtreecommitdiff
path: root/app/views/home/index.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/home/index.html.erb')
-rw-r--r--app/views/home/index.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/home/index.html.erb b/app/views/home/index.html.erb
index 0d693f1..457200c 100644
--- a/app/views/home/index.html.erb
+++ b/app/views/home/index.html.erb
@@ -7,7 +7,7 @@
<ul class="list-disc">
<% @latest_checkpoints.each do |checkpoint| %>
<li>At <%= checkpoint.created_at %>
- <%= checkpoint.user.email %> checked in a save for
+ <%= checkpoint.user.name %> checked in a save for
<%= link_to checkpoint.run.title, run_path(checkpoint.run) %> (<%= checkpoint.run.game.title %>)
<%= link_to "[save file]", rails_blob_path(checkpoint.save_file, disposition: "attachment") %></li>
<% end %>