Allow the page titles to be edited by other parts of the app.
This commit is contained in:
parent
00f7307824
commit
bc2fb65dbd
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue