diff options
Diffstat (limited to 'web/views')
-rw-r--r-- | web/views/layout.erb | 11 |
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> · <a href="//www.openstreetmap.org/copyright">Data © OpenStreetMap 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="/download"><%= h(t.taginfo.download) %></a> · <a href="/about"><%= h(t.taginfo.about) %></a> · + <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="/download"><%= h(t.taginfo.download) %></a> · + <a href="/taginfo/apidoc">API</a> · + <a href="/about"><%= h(t.taginfo.about) %></a> · <a id="help_link" href="#help"><%= h(t.misc.help) %></a> · <a class="extlink" href="//wiki.openstreetmap.org/wiki/Taginfo"><%= h(t.taginfo.wiki) %></a> </div> |