<% title "OSM Rozcestníky" %> <% subtitle "seznam všech #{OsmGuidepost.all.size} rozcestníků v OSM" %> <%= 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 %> <% @osm_guideposts.each_with_index do |osm_guidepost,index| %> <% end %>
#názevKČT refvýškarelatedtrasy
<%= link_to "#{index+1+@osm_guideposts.offset}.", osm_guidepost %> <%= cell(:osm_guidepost, osm_guidepost).(:nazev_or_dbf_nazev) %> <%= osm_guidepost.kctref %> <%= osm_guidepost.vyska %> <%= cell(:osm_guidepost, osm_guidepost).(:brief_links_to_related) %> <%= cell(:osm_guidepost, osm_guidepost).(:trails_icons_links) %> <%= link_to osm_guidepost.osmid, osm_guidepost %>
<%= will_paginate @osm_guideposts %> <% content_for :navigace do %> <%= link_to 'New Osm guidepost', new_osm_guidepost_path %> <% end %>