<% title "Rocniky" %> <% for rocnik in @rocniky %> <% end %>
Poradi Rok Poznamky
<%= rocnik.poradi %> <%= rocnik.rok %> <%= rocnik.poznamky %> <%= link_to "Show", rocnik %> <%= link_to "Edit", edit_rocnik_path(rocnik) %> <%= link_to "Destroy", rocnik, :confirm => 'Are you sure?', :method => :delete %>

<%= link_to "New Rocnik", new_rocnik_path %>