myexperiment-hackers
[Top][All Lists]
Advanced

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

[myexperiment-hackers] [3253] branches/components/app/views/gadgets/_ass


From: noreply
Subject: [myexperiment-hackers] [3253] branches/components/app/views/gadgets/_asset_manager.rhtml: Fixed grammar error when only 1 item
Date: Wed, 12 Dec 2012 11:49:46 +0000 (UTC)

Revision
3253
Author
fbacall
Date
2012-12-12 11:49:45 +0000 (Wed, 12 Dec 2012)

Log Message

Fixed grammar error when only 1 item

Modified Paths

Diff

Modified: branches/components/app/views/gadgets/_asset_manager.rhtml (3252 => 3253)


--- branches/components/app/views/gadgets/_asset_manager.rhtml	2012-12-11 17:11:12 UTC (rev 3252)
+++ branches/components/app/views/gadgets/_asset_manager.rhtml	2012-12-12 11:49:45 UTC (rev 3253)
@@ -11,7 +11,7 @@
 				<%= link_to(pluralize(current_user.networks_owned.length + current_user.networks.length, "Group"), currentusers_things_url('groups')) %>
 				<% filter_contributables(current_user.contributions).each do |klass,contributables| %>
 					<span style="color:#999999;">|</span> 
-					<%= link_to(pluralize(contributables.length, controller_visible_name(klass.humanize.pluralize)), currentusers_things_url(controller_visible_name(klass.humanize.pluralize).downcase)) %>
+					<%= link_to(pluralize(contributables.length, controller_visible_name(klass.humanize.pluralize).singularize), currentusers_things_url(controller_visible_name(klass.humanize.pluralize).downcase)) %>
 				<% end %>
       </small>
      </p>

reply via email to

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