|
From: | noreply |
Subject: | [myexperiment-hackers] [2289] trunk/app/views/users/show.rhtml: added nofollow to user profile website entry |
Date: | Tue, 27 Oct 2009 09:36:35 -0400 (EDT) |
added nofollow to user profile website entry
--- trunk/app/views/users/show.rhtml 2009-10-26 15:36:27 UTC (rev 2288)
+++ trunk/app/views/users/show.rhtml 2009-10-27 13:36:34 UTC (rev 2289)
@@ -148,7 +148,7 @@
<p>
<b>Website:</b>
<% unless @user.profile.website.nil? or @user.profile.website.empty? %>
- <%=link_to h(@user.profile.website), @user.profile.website %>
+ <%=link_to(h(@user.profile.website), @user.profile.website, :rel => "nofollow") %>
<% else %>
<%= none_text %>
<% end %>
[Prev in Thread] | Current Thread | [Next in Thread] |