<%= @run.title %>

<%= @run.game.title %>

Run started by: <%= @run.user.name || "Unknown trainer" %>

Checkpoints

<%= link_to "New checkpoint", new_run_checkpoint_path(@run) %>