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