You have no entries.
<% else %><%= link_to 'Create a new entry', :action => 'new', :id => @pool.id %>
<% elsif !@pool.ready? -%> This pool is not yet ready. The pool starts in <%= distance_of_time_in_words(@pool.starts_at, Time.now) %>. After it starts, you can make entries. <% else -%> This pool is not accepting any more entries. <% end -%>