add edition to teampicker page

This commit is contained in:
Ben Harris 2021-12-06 18:26:44 -05:00
parent 68a1d5ef2c
commit 39314e36fa
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<h1>teampicker</h1>
<% @groups.each.with_index do |slice, i| %>
<h2><%= @machines[i].name %></h2>
<h2><%= @machines[i].name %> <small><%= @machines[i].edition %></small></h2>
<ol>
<% slice.each do |player| %>
<li><%= link_to player.name, edit_player_path(player) %></li>