<% 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 %> <% @guideposts.each do |guidepost| %> <% end %>
KČT refnázevvýškarelatedtrasy
<%= 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) %>
<%= will_paginate @guideposts %> <% content_for :navigace do %> <%= link_to 'všechny rozcestníky', guideposts_path %> | <%= link_to 'rozcestníky s polohou', guideposts_path(:filter=>'with_position') %> | <%= link_to 'rozcestníky s fotkami', guideposts_path(:filter=>'with_photo') %> | <%= link_to 'nový rozcestník', new_guidepost_path if admin? %> | <%= link_to 'přehled chyb', status_index_guideposts_path %> <% end %>