myexperiment-hackers
[Top][All Lists]
Advanced

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

[myexperiment-hackers] [3469] trunk/app/views/users/show.rhtml: Fixed bu


From: noreply
Subject: [myexperiment-hackers] [3469] trunk/app/views/users/show.rhtml: Fixed buggy links on user profile
Date: Tue, 5 Mar 2013 16:12:11 +0000 (UTC)

Revision
3469
Author
fbacall
Date
2013-03-05 16:12:11 +0000 (Tue, 05 Mar 2013)

Log Message

Fixed buggy links on user profile

Modified Paths

Diff

Modified: trunk/app/views/users/show.rhtml (3468 => 3469)


--- trunk/app/views/users/show.rhtml	2013-03-05 15:47:45 UTC (rev 3468)
+++ trunk/app/views/users/show.rhtml	2013-03-05 16:12:11 UTC (rev 3469)
@@ -233,7 +233,7 @@
 						<p>
 				      <b>
 				      	<%= link_to(pluralize(Authorization.scoped(klass.constantize, :authorised_user => current_user).find(:all, :select => "0", :conditions => { :contributor_type => 'User', :contributor_id => @user.id } ).length, controller_visible_name(klass.humanize.pluralize)),
-                            currentusers_things_url(klass)) %>
+                            polymorphic_url(address@hidden, klass.pluralize.underscore.to_sym])) %>
 							</b>
 				    </p>
 					<% end %>

reply via email to

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