diff --git a/rails/map-mash/app/views/mash_tournaments/show.html.haml b/rails/map-mash/app/views/mash_tournaments/show.html.haml index 4eaee88..4725321 100644 --- a/rails/map-mash/app/views/mash_tournaments/show.html.haml +++ b/rails/map-mash/app/views/mash_tournaments/show.html.haml @@ -1,3 +1,7 @@ +%h1 + You chose + %em #{@mash_tournament.rounds.reverse.first.mashes.first.winner.name}! + - @mash_tournament.rounds.reverse.each do |round| %h2 Round #{round.number} - round.mashes.each do |mash|