diff options
-rw-r--r-- | web/views/layout.erb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/web/views/layout.erb b/web/views/layout.erb index 56ad40c..6c3b98a 100644 --- a/web/views/layout.erb +++ b/web/views/layout.erb @@ -38,14 +38,15 @@ <%= yield %> </div> <div id="footer" class="no-print"> - <div id="footer_left"><a class="extlink" href="//www.openstreetmap.org/"><b>OpenStreetMap</b> - The Free Wiki World Map</a> · - <a href="//www.openstreetmap.org/copyright">Data © OpenStreetMap contributors (ODbL)</a></div> + <div id="footer_left"><a class="extlink" href="//www.openstreetmap.org/"><b>OpenStreetMap</b></a> · + <a href="//www.openstreetmap.org/copyright">Data © OSM contributors (ODbL)</a></div> <div id="footer_right"> <a href="/keys"><%= h(t.osm.keys) %></a> · <a href="/tags"><%= h(t.osm.tags) %></a> · <a href="/relations"><%= h(t.osm.relations) %></a> · <a href="/reports"><%= h(t.taginfo.reports) %></a> · <a href="/sources"><%= h(t.taginfo.sources) %></a> · + <a href="/projects"><%= h(t.taginfo.projects) %></a> · <a href="/download"><%= h(t.taginfo.download) %></a> · <a href="/taginfo/apidoc">API</a> · <a href="/about"><%= h(t.taginfo.about) %></a> · |