summaryrefslogtreecommitdiff
path: root/web/views/layout.erb
diff options
context:
space:
mode:
authorJochen Topf <jochen@topf.org>2014-09-05 14:28:14 +0200
committerJochen Topf <jochen@topf.org>2014-09-05 14:28:14 +0200
commitf54dd3983a264a32920413a709daa37427417e01 (patch)
tree441e2c27d6f8dec4be52a6adb5990f85f35dc733 /web/views/layout.erb
parent66bdbb7033fc00f3c3f2b224172a06d842f486b0 (diff)
downloadtaginfo-f54dd3983a264a32920413a709daa37427417e01.tar
taginfo-f54dd3983a264a32920413a709daa37427417e01.tar.gz
Make space in footer and add 'projects' link.
Diffstat (limited to 'web/views/layout.erb')
-rw-r--r--web/views/layout.erb5
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> &middot;
- <a href="//www.openstreetmap.org/copyright">Data &copy; OpenStreetMap contributors (ODbL)</a></div>
+ <div id="footer_left"><a class="extlink" href="//www.openstreetmap.org/"><b>OpenStreetMap</b></a> &middot;
+ <a href="//www.openstreetmap.org/copyright">Data &copy; OSM contributors (ODbL)</a></div>
<div id="footer_right">
<a href="/keys"><%= h(t.osm.keys) %></a> &middot;
<a href="/tags"><%= h(t.osm.tags) %></a> &middot;
<a href="/relations"><%= h(t.osm.relations) %></a> &middot;
<a href="/reports"><%= h(t.taginfo.reports) %></a> &middot;
<a href="/sources"><%= h(t.taginfo.sources) %></a> &middot;
+ <a href="/projects"><%= h(t.taginfo.projects) %></a> &middot;
<a href="/download"><%= h(t.taginfo.download) %></a> &middot;
<a href="/taginfo/apidoc">API</a> &middot;
<a href="/about"><%= h(t.taginfo.about) %></a> &middot;