myexperiment-hackers
[Top][All Lists]
Advanced

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

[myexperiment-hackers] [1896] trunk/app/views/contributions/_statistics_


From: noreply
Subject: [myexperiment-hackers] [1896] trunk/app/views/contributions/_statistics_detailed.rhtml: Bug-fix for previous commit: error was caused by case-sensitive filenames in UNIX.
Date: Wed, 29 Oct 2008 08:46:49 -0400 (EDT)

Revision
1896
Author
alekses6
Date
2008-10-29 08:46:49 -0400 (Wed, 29 Oct 2008)

Log Message

Bug-fix for previous commit: error was caused by case-sensitive filenames in UNIX.

Modified Paths

Diff

Modified: trunk/app/views/contributions/_statistics_detailed.rhtml (1895 => 1896)


--- trunk/app/views/contributions/_statistics_detailed.rhtml	2008-10-29 12:07:39 UTC (rev 1895)
+++ trunk/app/views/contributions/_statistics_detailed.rhtml	2008-10-29 12:46:49 UTC (rev 1896)
@@ -22,7 +22,7 @@
 </h1>
 
 <div id="contributable_box" style="display: none; margin: 1em 0 1em 0;">
- <%= render :partial => "#{contributable.class.to_s.pluralize}/table", :locals => { :collection => [ contributable ] } %>
+ <%= render :partial => "#{contributable.class.to_s.downcase.pluralize}/table", :locals => { :collection => [ contributable ] } %>
 </div>
 
 <center>

reply via email to

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