]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/layouts/_head.html.erb
Use a param to trigger export rather than a separate action
[rails.git] / app / views / layouts / _head.html.erb
index 133a746a81b0d55a34450f0c4baa15cda4b9e6c6..993544baed158495fac4c2ba05702f8d64e1d9d5 100644 (file)
@@ -11,6 +11,9 @@
   <%= tag("link", { :rel => "publisher", :href => "https://plus.google.com/111953119785824514010" }) %>
   <%= tag("link", { :rel => "search", :type => "application/opensearchdescription+xml", :title => "OpenStreetMap Search", :href => asset_path("osm.xml") }) %>
   <%= tag("meta", { :name => "description", :content => "OpenStreetMap is the free wiki world map." }) %>
+  <% if flash[:piwik_goal] -%>
+  <%= tag("meta", :name => "piwik-goal", :content => flash[:piwik_goal]) %>
+  <% end -%>  
   <%= style_rules %>
   <%= yield :head %>
   <%= csrf_meta_tag %>