]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/browse/_tag.html.erb
Generate a new style links for node locations in the data browser
[rails.git] / app / views / browse / _tag.html.erb
index 4096873da74e1a219983b009efa414da180b76f6..2081ba28d427b0d3018b072e4b270f776ce3d2ca 100644 (file)
@@ -1,3 +1,4 @@
 <tr>
-  <td><%= wiki_link("key", h(tag[0]), nil) %> = <%= wiki_link("tag", h(tag[0]), auto_link(h(tag[1]))) %></td>
-</tr> 
+  <th class='browse-tag-k'><%= format_key(tag[0]) %></th>
+  <td class='browse-tag-v'><%= format_value(tag[0], tag[1]) %></td>
+</tr>