]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/browse/_tag.html.erb
Make friend notification messages include a link to add a reciprocal
[rails.git] / app / views / browse / _tag.html.erb
index 5724b064611c396db2c38ccd6bef22b00155b9e5..ab5707f9e0d82b572c408121a6b993f02e245be9 100644 (file)
@@ -1,3 +1,3 @@
 <tr>
 <tr>
-  <td><%= h(tag[0]) %> = <%= auto_link(h(tag[1])) %></td>
+  <td><%= h(tag[0]) %> = <%= linkify(h(tag[1])) %></td>
 </tr> 
 </tr>