table.table.table-striped.table-hover thead tr th scope="col" = t("helpers.rank") th scope="col" = t("activerecord.attributes.contestant.name") - if @contest.puzzles.size > 1 th scope="col" = t("activerecord.attributes.contestant.completions") th scope="col" = t("activerecord.attributes.contestant.display_time") tbody - @contestants.each_with_index do |contestant, index| tr scope="row" td = index + 1 td = contestant.name - if @contest.puzzles.size > 1 td = contestant.completions.length td = contestant.display_time