myexperiment-hackers
[Top][All Lists]
Advanced

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

[myexperiment-hackers] [2075] trunk/app/views/gadgets/_asset_manager.rht


From: noreply
Subject: [myexperiment-hackers] [2075] trunk/app/views/gadgets/_asset_manager.rhtml: fixed capitalisation in asset viewer
Date: Wed, 28 Jan 2009 07:01:35 -0500 (EST)

Revision
2075
Author
dgc
Date
2009-01-28 07:01:34 -0500 (Wed, 28 Jan 2009)

Log Message

fixed capitalisation in asset viewer

Modified Paths

Diff

Modified: trunk/app/views/gadgets/_asset_manager.rhtml (2074 => 2075)


--- trunk/app/views/gadgets/_asset_manager.rhtml	2009-01-27 15:51:03 UTC (rev 2074)
+++ trunk/app/views/gadgets/_asset_manager.rhtml	2009-01-28 12:01:34 UTC (rev 2075)
@@ -7,9 +7,9 @@
     <p>My Stuff</p>
 		<p>
     	<small>
-      	<%= link_to(pluralize(current_user.friends.length, "friend"), currentusers_things_url('friends')) %>
+      	<%= link_to(pluralize(current_user.friends.length, "Friend"), currentusers_things_url('friends')) %>
 				<span style="color:#999999;"> | </span>
-				<%= link_to(pluralize(current_user.networks_owned.length + current_user.networks.length, "group"), currentusers_things_url('groups')) %>
+				<%= 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)) %>

reply via email to

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