Sha256: 20db736ef6bd174871bf9b1272c24c1a9a3ddc670b6367bf1384489a96f998bf

Contents?: true

Size: 340 Bytes

Versions: 11

Compression:

Stored size: 340 Bytes

Contents

<h1>Pools</h1>
<% if @pools.size %>
<table border="0">
<tr>
<td><b>Name</b></td>
<td><b>Starts</b></td>
</tr>
<% @pools.each do |p| -%>
<tr>
<td><%=link_to p.name, :action => 'pool', :id => p.id%></td>
<td><%=p.starts_at.to_formatted_s(:long)%></td>
</tr>
<% end %>
</table>
<% end %>

<%= link_to "Create a new pool", :action => 'pool' %>

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
tournament-5.0.0 webgui/app/views/admin/index.html.erb
tournament-4.2.0 webgui/app/views/admin/index.html.erb
tournament-4.0.2 webgui/app/views/admin/index.html.erb
tournament-4.0.0 webgui/app/views/admin/index.html.erb
tournament-3.3.3 webgui/app/views/admin/index.html.erb
tournament-3.3.2 webgui/app/views/admin/index.html.erb
tournament-3.3.1 webgui/app/views/admin/index.html.erb
tournament-3.3.0 webgui/app/views/admin/index.html.erb
tournament-3.2.2 webgui/app/views/admin/index.html.erb
tournament-3.2.1 webgui/app/views/admin/index.html.erb
tournament-3.2.0 webgui/app/views/admin/index.html.erb