]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/layouts/_head.html.erb
Update title on pushState, closes #33
[rails.git] / app / views / layouts / _head.html.erb
index 5b2a0aa6f7eaed8322d39f9a23f0c3dfbce27753..a1f11f7005f21cf9c089d441d8dbf161f2edee1b 100644 (file)
@@ -45,5 +45,5 @@
     OSM.oauth_consumer_secret = "<%= @oauth.client_application.secret %>";
     <% end -%>
   </script>
-  <title><%= t 'layouts.project_name.title' %><%= ' | '+ @title if @title %></title>
+  <title><%= @title %></title>
 </head>