Allow the page titles to be edited by other parts of the app.

This commit is contained in:
Dan Karran 2007-06-09 20:47:37 +00:00
parent 00f7307824
commit bc2fb65dbd

View file

@ -7,7 +7,7 @@
<%= javascript_include_tag 'site.js' %>
<link rel="stylesheet" type="text/css" href="/stylesheets/site.css" />
<title>OpenStreetMap</title>
<title>OpenStreetMap<%= ' | '+@title if @title %></title>
</head>
<body>