summaryrefslogtreecommitdiff
path: root/app/views/runs/index.html.erb
diff options
context:
space:
mode:
authorDavid Gay <eapoems@riseup.net>2023-10-31 01:15:04 -0400
committerDavid Gay <eapoems@riseup.net>2023-10-31 01:15:04 -0400
commit52d46329e525133077b4f116c9e608128d8ba982 (patch)
tree6ded35229d55a1a3ed4db29d0f908b6d00aa0b31 /app/views/runs/index.html.erb
parent42fe786575815d744521a4aebce40ecaebadf6e4 (diff)
Users#edit
Diffstat (limited to 'app/views/runs/index.html.erb')
-rw-r--r--app/views/runs/index.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/runs/index.html.erb b/app/views/runs/index.html.erb
index 97267ae..3b152c7 100644
--- a/app/views/runs/index.html.erb
+++ b/app/views/runs/index.html.erb
@@ -13,7 +13,7 @@
<ul class="list-disc">
<% @runs.each do |run| %>
- <li><%= run.game.title %> - <%= link_to run.title, run_path(run) %> - Started by <%= run.user.email %></li>
+ <li><%= run.game.title %> - <%= link_to run.title, run_path(run) %> - Started by <%= run.user.name %></li>
<% end %>
</ul>
</div>