<% if @show_upcoming %>

Upcoming Games

<% else %>

Past Games

<% end %> <%= render partial: 'games', locals: { :games => @games } %> <% if @games.count > 0 %>

<% if @show_upcoming %> <%= link_to 'Mehr Spiele »', games_path( limit: 100 ) %> <% else %> <%= link_to 'Mehr Spiele »', past_games_path( limit: 100 ) %> <% end %>

<% else %>

Keine Spiele gefunden.

<% end %>