diff options
author | Jochen Topf <jochen@topf.org> | 2014-05-13 22:54:39 +0200 |
---|---|---|
committer | Jochen Topf <jochen@topf.org> | 2014-05-13 22:54:39 +0200 |
commit | ee925d7011aadb6ac2a3c85353d68964d0d292be (patch) | |
tree | 5116fd960a7b19c6e825c47e46a2ccbd5cfd1ae0 | |
parent | 61324f3d2933767890ce0c95c5e220b3c91b72ec (diff) | |
download | taginfo-ee925d7011aadb6ac2a3c85353d68964d0d292be.tar taginfo-ee925d7011aadb6ac2a3c85353d68964d0d292be.tar.gz |
Activate map tab for tags.
-rw-r--r-- | web/views/tag.erb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/web/views/tag.erb b/web/views/tag.erb index 9330d6d..0e1cf76 100644 --- a/web/views/tag.erb +++ b/web/views/tag.erb @@ -24,7 +24,7 @@ <ul> <li><a href="#overview"><%= h(t.taginfo.overview) %></a></li> <li><a href="#combinations"><%= h(t.taginfo.combinations) %></a></li> -<!-- <li><a href="#map"><%= h(t.taginfo.map) %></a></li>--> + <li><a href="#map"><%= h(t.taginfo.map) %></a></li> <li><a href="#wiki"><%= h(t.sources.wiki.name) %></a></li> <li><a href="#josm"><%= h(t.sources.josm.name) %></a></li> </ul> @@ -49,7 +49,7 @@ <table id="grid-combinations"> </table> </div> -<!-- <div id="map"> + <div id="map"> <h2><%= h(t.pages.tag.geographic_distribution.title) %></h2> <% if @has_map %> <% if @filter_type == 'all' %> @@ -71,7 +71,7 @@ <% else %> <p class="empty"><%= h(t.pages.tag.geographic_distribution.no_map) %></p> <% end %> - </div>--> + </div> <div id="wiki"> <h2><%= h(t.pages.tag.wiki_pages.title) %></h2> <% if @wiki_count > 0 %> |