parent
9150b57507
commit
8324052997
2 changed files with 9 additions and 2 deletions
@ -1,10 +1,14 @@ |
||||
<% content_for :extra_head do %> |
||||
<meta name="turbo-cache-control" content="no-preview"> |
||||
<% end %> |
||||
|
||||
<h1>Randomize</h1> |
||||
|
||||
<% @groups.each.with_index do |slice, i| %> |
||||
<h2><%= @machines[i].name %> <small><%= @machines[i].edition %></small></h2> |
||||
<h2 id="<%= dom_id @machines[i] %>"><%= @machines[i].name %> <small><%= @machines[i].edition %></small></h2> |
||||
<ol> |
||||
<% slice.each do |player| %> |
||||
<li><%= link_to player.name, player_path(player) %></li> |
||||
<li id="<%= dom_id player %>"><%= link_to player.name, player_path(player) %></li> |
||||
<% end %> |
||||
</ol> |
||||
<% end %> |
||||
|
Loading…
Reference in new issue