Back out the changeset RSS stuff from the head for now.
This commit is contained in:
parent
e9ab43cd30
commit
e1cb17faa6
9 changed files with 1 additions and 248 deletions
|
@ -39,13 +39,3 @@ end
|
|||
%>
|
||||
<br>
|
||||
|
||||
<% if @bbox %>
|
||||
<%= rss_link_to :action => 'list_bbox_rss', :bbox => @bbox.join(",") %>
|
||||
<% end %>
|
||||
|
||||
|
||||
<% if @bbox %>
|
||||
<% content_for :head do %>
|
||||
<%= auto_discovery_link_tag :atom, :controller => 'changeset', :action => 'list_bbox_rss', :bbox => @bbox.join(",") %>
|
||||
<% end %>
|
||||
<% end %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue