%= link_to "< Back to Home", root_url %>
Tags for <%=@tags-%>
<% content_for :head do -%>
<%= auto_discovery_link_tag(:rss, {:controller => "maps", :action => "tag", :format => "rss"}) %>
<% end -%>
<%=image_tag 'feed-icon-14x14.png' -%>
<%= link_to 'RSS Feed' , 'http://'+ request.host_with_port + @rel_url_root.to_s + request.path + '.rss' %>
<%= render :partial => 'shared/sort' -%>
|
|
<%= render :partial => 'map', :collection => @maps unless @maps.nil? %>
<%= will_paginate @maps %>