<% title "Barcodes" %> <% for barcode in @barcodes %> <% end %>
Title Kod Hry Barcode
<%=h barcode.title %> <%=h barcode.kod_hry %> <%=h barcode.barcode %> <%= link_to "Show", barcode %> <%= link_to "Edit", edit_barcode_path(barcode) %> <%= link_to "Destroy", barcode, :confirm => 'Are you sure?', :method => :delete %>

<%= link_to "New Barcode", new_barcode_path %>