]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/layouts/_head.html.erb
Eliminate loading flash for welcome overlay
[rails.git] / app / views / layouts / _head.html.erb
index 9951737bc1e89ef607942a98373aedb2a2c5b537..9e603abab03f6bbf9e910c0baab376abad6235bd 100644 (file)
@@ -8,7 +8,6 @@
   <%= stylesheet_link_tag "print-#{dir}", :media => "print" %>
   <%= stylesheet_link_tag "leaflet-all", :media => "screen, print" %>
   <!--[if IE]>
-    <%= stylesheet_link_tag "leaflet.ie" %>
     <%= stylesheet_link_tag "large-#{dir}", :media => "screen" %>
   <![endif]-->
   <%= favicon_link_tag "favicon.ico" %>
@@ -46,5 +45,5 @@
     OSM.oauth_consumer_secret = "<%= @oauth.client_application.secret %>";
     <% end -%>
   </script>
-  <title><%= @title %></title>
+  <title><%= t 'layouts.project_name.title' %><%= ' | ' + @title if @title %></title>
 </head>