<% title "#{@rocnik.poradi}. ročník soutěže autorů" %>

Rok: <%= @rocnik.rok %> | Poznámky: <%= @rocnik.poznamky %>

<%= render @rocnik.hry %>

<%= link_to 'Přihlaš další hru', new_rocnik_hra_path(@rocnik) %>

Ročník: <%= link_to "Edituj", edit_rocnik_path(@rocnik) %> | <%= link_to "Smaž", @rocnik, :confirm => 'Are you sure?', :method => :delete %> | <%= link_to "Seznam všech", rocniky_path %>