]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/browse/_common_details.html.erb
Show administrators the status and spam score for a user
[rails.git] / app / views / browse / _common_details.html.erb
index 0c486e0a716c789d94116e44282d52689d7294f0..b6960b9c4b0b3533aad31d27d008e9ade1a5907c 100644 (file)
@@ -23,7 +23,7 @@
 <% if common_details.changeset.tags['comment'] %>
   <tr>
     <th><%= t 'browse.common_details.changeset_comment' %></th>
-    <td><%= auto_link(h(common_details.changeset.tags['comment'])) %></td>
+    <td><%= linkify(h(common_details.changeset.tags['comment'])) %></td>
   </tr>
 <% end %>