myexperiment-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[myexperiment-hackers] [2289] trunk/app/views/users/show.rhtml: added no


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)

Revision
2289
Author
dgc
Date
2009-10-27 09:36:34 -0400 (Tue, 27 Oct 2009)

Log Message

added nofollow to user profile website entry

Modified Paths

Diff

Modified: trunk/app/views/users/show.rhtml (2288 => 2289)


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

reply via email to

[Prev in Thread] Current Thread [Next in Thread]