% title "Rozcestníky" %> <% subtitle "seznam všech #{Guidepost.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(:guidepost, guidepost).(:kctref_link) %> | <%= cell(:guidepost, guidepost).(:nazev_or_kct_nazev) %> | <%= guidepost.vyska %> | <%= cell(:guidepost, guidepost).(:brief_links_to_related) %> | <%= cell(:guidepost, guidepost).(:trails_icons_links) %> |