diff options
Diffstat (limited to 'web/views')
-rw-r--r-- | web/views/search.erb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/web/views/search.erb b/web/views/search.erb index 30212f7..8b0af63 100644 --- a/web/views/search.erb +++ b/web/views/search.erb @@ -6,6 +6,7 @@ <ul> <li><a href="#keys"><%= t.osm.keys %></a></li> <li><a href="#values"><%= t.osm.values %></a></li> + <li><a href="#roles"><%= t.osm.relation_member_roles %></a></li> <li><a href="#fulltext"><%= t.pages.search.fulltext %></a></li> </ul> <div id="keys"> @@ -18,6 +19,11 @@ <table id="grid-values"> </table> </div> + <div id="roles"> + <h2><%= t.osm.relation_member_roles %></h2> + <table id="grid-roles"> + </table> + </div> <div id="fulltext"> <h2><%= t.pages.search.fulltext %></h2> <p class="boxpre" style="color: #f00000;">This search is experimental. It shows keys and tags that might be related to the word you searched for. This doesn't work if there are several words.</p> |