% 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 %>
KČT ref | název | výška | related | trasy |
---|---|---|---|---|
<%= 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) %> |