<% title "KČT Rozcestníky" %> <% subtitle "seznam všech #{KctGuidepost.all.size} rozcestníků" %> <%= form_tag('', method: "get") do %> <%= label_tag(:search, "Hledej:") %> <%= text_field_tag(:search, params[:search]) %> <%= hidden_field_tag(:filter, params[:filter]) %> <%= submit_tag("Search", :type=> :image, :src=>'http://www.dpac.tas.gov.au/__data/assets/image/0006/182139/magnifying_glass_icon.png?v=0.0.6', :style=>'width:15px') %> <% end %> <% @kct_guideposts.each do |kct_guidepost| %> <% end %>
KČT refnázevvýškarelatedtrasy
<%= cell(:kct_guidepost, kct_guidepost).(:kctref_link) %> <%= cell(:kct_guidepost, kct_guidepost).(:nazev) %> <%= cell(:kct_guidepost, kct_guidepost).(:vyska) %> <%= cell(:kct_guidepost, kct_guidepost).(:brief_links_to_related) %> <%= cell(:kct_guidepost, kct_guidepost).(:trails_icons_links) %>
<%= will_paginate @kct_guideposts %> <% content_for :navigace do %> <%= link_to 'nový rozcestník', new_kct_guidepost_path %> | <%= link_to 'všechny rozcestníky', kct_guideposts_path %> <% end %>