<%= flash[:notice] %>
@@ -86,6 +81,7 @@
<%= link_to "Users' diaries", {:controller => 'diary_entry', :action => 'list', :display_name => nil} %>News blog
Shop
+ <%= yield :left_menu %>
X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/da950bbfb43e634abdd512255e1c6440ffa52fa4..07ad4a36ea398f4bba431d19d5d99e0160ad814b:/app/views/layouts/site.rhtml diff --git a/app/views/layouts/site.rhtml b/app/views/layouts/site.rhtml index 601e7b0bd..41c3831c5 100644 --- a/app/views/layouts/site.rhtml +++ b/app/views/layouts/site.rhtml @@ -1,19 +1,14 @@
- <%= javascript_include_tag 'site.js' %> - - <%= stylesheet_link_tag 'site.css' %> - <%= tag("link", { :rel => "search", :type => "application/opensearchdescription+xml", :title => "OpenStreetMap Placename Search", :href => "/opensearch/osm.xml" }) %> - <%= tag("link", { :rel => "search", :type => "application/opensearchdescription+xml", :title => "OpenStreetMap Postcode Search", :href => "/opensearch/osm-postcode.xml" }) %> + <%= javascript_include_tag 'prototype' %> + <%= javascript_include_tag 'site' %> + + <%= stylesheet_link_tag 'site' %> + <%= tag("link", { :rel => "search", :type => "application/opensearchdescription+xml", :title => "OpenStreetMap Search", :href => "/opensearch/osm.xml" }) %>