]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/browse/_tag.html.erb
Ticket #2245: Link from /browse/* pages to the wiki key/value pages
[rails.git] / app / views / browse / _tag.html.erb
index 5724b064611c396db2c38ccd6bef22b00155b9e5..4096873da74e1a219983b009efa414da180b76f6 100644 (file)
@@ -1,3 +1,3 @@
 <tr>
-  <td><%= h(tag[0]) %> = <%= auto_link(h(tag[1])) %></td>
+  <td><%= wiki_link("key", h(tag[0]), nil) %> = <%= wiki_link("tag", h(tag[0]), auto_link(h(tag[1]))) %></td>
 </tr>