Sha256: 751066d960eefa72f89e0a679804d0afe54eb1d299ef700e3e197c54adb80f5f

Contents?: true

Size: 341 Bytes

Versions: 19

Compression:

Stored size: 341 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(:short)%></td>
</tr>
<% end %>
</table>
<% end %>

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

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
tournament-3.1.1 webgui/app/views/admin/index.html.erb
tournament-3.1.0 webgui/app/views/admin/index.html.erb
tournament-3.0.3 webgui/app/views/admin/index.html.erb
tournament-3.0.2 webgui/app/views/admin/index.html.erb
tournament-3.0.1 webgui/app/views/admin/index.html.erb
tournament-3.0.0 webgui/app/views/admin/index.html.erb
tournament-2.0.0 webgui/app/views/admin/index.html.erb
tournament-2.1.0 webgui/app/views/admin/index.html.erb
tournament-2.1.1 webgui/app/views/admin/index.html.erb
tournament-2.2.1 webgui/app/views/admin/index.html.erb
tournament-2.1.2 webgui/app/views/admin/index.html.erb
tournament-2.2.0 webgui/app/views/admin/index.html.erb
tournament-2.5.0 webgui/app/views/admin/index.html.erb
tournament-2.2.2 webgui/app/views/admin/index.html.erb
tournament-2.4.0 webgui/app/views/admin/index.html.erb
tournament-2.3.0 webgui/app/views/admin/index.html.erb
tournament-2.5.2 webgui/app/views/admin/index.html.erb
tournament-2.6.0 webgui/app/views/admin/index.html.erb
tournament-2.5.1 webgui/app/views/admin/index.html.erb