myexperiment-hackers
[Top][All Lists]
Advanced

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

[myexperiment-hackers] [2211] trunk/app/views: removed word "internally"


From: noreply
Subject: [myexperiment-hackers] [2211] trunk/app/views: removed word "internally" from listings
Date: Tue, 9 Jun 2009 07:05:44 -0400 (EDT)

Revision
2211
Author
dgc
Date
2009-06-09 07:05:44 -0400 (Tue, 09 Jun 2009)

Log Message

removed word "internally" from listings

Modified Paths

Diff

Modified: trunk/app/views/blobs/_table.rhtml (2210 => 2211)


--- trunk/app/views/blobs/_table.rhtml	2009-06-08 14:11:25 UTC (rev 2210)
+++ trunk/app/views/blobs/_table.rhtml	2009-06-09 11:05:44 UTC (rev 2211)
@@ -77,8 +77,8 @@
 						<p style="font-size: 85%;">
 							<a href="" file_path(blob) + '#ratings' -%>"><b>Rating: </b><%= number_with_precision(blob.rating, 1) %> / 5 (<%= pluralize blob.ratings_count, 'rating' %>)</a> |
 							<a href="" file_path(blob) + '#comments' -%>"><b>Comments: </b><%= blob.comments_count %></a> |
-							<b>Viewed internally:</b> <%= pluralize Viewing.total_site_viewings_count_for_contribution(blob.contribution.id), "time" %> |
-							<b>Downloaded internally:</b> <%= pluralize Download.total_site_downloads_count_for_contribution(blob.contribution.id), "time" %>
+							<b>Viewed:</b> <%= pluralize Viewing.total_site_viewings_count_for_contribution(blob.contribution.id), "time" %> |
+							<b>Downloaded:</b> <%= pluralize Download.total_site_downloads_count_for_contribution(blob.contribution.id), "time" %>
 						</p>
 						
 						<% unless (tags = blob.tags).empty? %>

Modified: trunk/app/views/packs/_table.rhtml (2210 => 2211)


--- trunk/app/views/packs/_table.rhtml	2009-06-08 14:11:25 UTC (rev 2210)
+++ trunk/app/views/packs/_table.rhtml	2009-06-09 11:05:44 UTC (rev 2211)
@@ -47,8 +47,8 @@
 						
 						<p style="font-size: 85%;">
 							<a href="" pack_path(pack) + '#comments' -%>"><b>Comments: </b><%= pack.comments_count %></a> |
-							<b>Viewed internally:</b> <%= pluralize Viewing.total_site_viewings_count_for_contribution(pack.contribution.id), "time" %> |
-							<b>Downloaded internally:</b> <%= pluralize Download.total_site_downloads_count_for_contribution(pack.contribution.id), "time" %>
+							<b>Viewed:</b> <%= pluralize Viewing.total_site_viewings_count_for_contribution(pack.contribution.id), "time" %> |
+							<b>Downloaded:</b> <%= pluralize Download.total_site_downloads_count_for_contribution(pack.contribution.id), "time" %>
 						</p>
 						
 						<% unless (tags = pack.tags).empty? %>

Modified: trunk/app/views/workflows/_table.rhtml (2210 => 2211)


--- trunk/app/views/workflows/_table.rhtml	2009-06-08 14:11:25 UTC (rev 2210)
+++ trunk/app/views/workflows/_table.rhtml	2009-06-09 11:05:44 UTC (rev 2211)
@@ -101,8 +101,8 @@
 					  </p>
 						
 						<p style="font-size: 85%;">
-							<b>Viewed internally:</b> <%=pluralize Viewing.total_site_viewings_count_for_contribution(workflow.contribution.id), "time" %> |
-				      <b>Downloaded internally:</b> <%=pluralize Download.total_site_downloads_count_for_contribution(workflow.contribution.id), "time" %>
+							<b>Viewed:</b> <%=pluralize Viewing.total_site_viewings_count_for_contribution(workflow.contribution.id), "time" %> |
+				      <b>Downloaded:</b> <%=pluralize Download.total_site_downloads_count_for_contribution(workflow.contribution.id), "time" %>
 						</p>
 					  
 					  <% unless (tags = workflow.tags).empty? %>

reply via email to

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