aboutsummaryrefslogtreecommitdiff
path: root/web/views
diff options
context:
space:
mode:
authorJochen Topf <jochen@topf.org>2014-05-16 11:53:00 +0200
committerJochen Topf <jochen@topf.org>2014-05-16 11:53:00 +0200
commitec6818f9aae232ead06bd2e39a4933863ed497e3 (patch)
tree2216cd4069f4891bcda9ec6c21b32915bbfe6a78 /web/views
parentbd45ed150c8a909250ad2d26c591746bb1f60bb6 (diff)
downloadtaginfo-ec6818f9aae232ead06bd2e39a4933863ed497e3.tar
taginfo-ec6818f9aae232ead06bd2e39a4933863ed497e3.tar.gz
Add API link to footer of all pages.
Diffstat (limited to 'web/views')
-rw-r--r--web/views/layout.erb11
1 files changed, 8 insertions, 3 deletions
diff --git a/web/views/layout.erb b/web/views/layout.erb
index ecd1e2f..36817a3 100644
--- a/web/views/layout.erb
+++ b/web/views/layout.erb
@@ -41,9 +41,14 @@
<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_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="/download"><%= h(t.taginfo.download) %></a> &middot; <a href="/about"><%= h(t.taginfo.about) %></a> &middot;
+ <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="/download"><%= h(t.taginfo.download) %></a> &middot;
+ <a href="/taginfo/apidoc">API</a> &middot;
+ <a href="/about"><%= h(t.taginfo.about) %></a> &middot;
<a id="help_link" href="#help"><%= h(t.misc.help) %></a> &middot;
<a class="extlink" href="//wiki.openstreetmap.org/wiki/Taginfo"><%= h(t.taginfo.wiki) %></a>
</div>