<% 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 %>