myexperiment-hackers
[Top][All Lists]
Advanced

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

[myexperiment-hackers] [2585] trunk/app/views/users/index.rhtml: disable


From: noreply
Subject: [myexperiment-hackers] [2585] trunk/app/views/users/index.rhtml: disabled recent users tab as it typically shows just spammers
Date: Mon, 11 Apr 2011 11:16:40 -0400 (EDT)

Revision
2585
Author
dgc
Date
2011-04-11 11:16:40 -0400 (Mon, 11 Apr 2011)

Log Message

disabled recent users tab as it typically shows just spammers

Modified Paths

Diff

Modified: trunk/app/views/users/index.rhtml (2584 => 2585)


--- trunk/app/views/users/index.rhtml	2011-04-11 13:33:17 UTC (rev 2584)
+++ trunk/app/views/users/index.rhtml	2011-04-11 15:16:40 UTC (rev 2585)
@@ -6,6 +6,7 @@
 
 <div id="tabsContainer" class="tabsContainer" style="margin-top: 2.5em;"></div>
 
+<% if false %>
 <% unless (recent = User.most_recent(6)).empty? %>
   <div class="tabContainer">
   	<div class="tabTitle">Most Recent</div>
@@ -14,6 +15,7 @@
   	</div>
   </div>
 <% end %>
+<% end %>
 
 <% if false -%>
 <% unless (updated = User.last_updated(10)).empty? %>
@@ -60,4 +62,4 @@
 	    <%= render :partial => "users/table", :locals => { :collection => top_rated } %>
   	</div>
   </div>
-<% end %>
\ No newline at end of file
+<% end %>

reply via email to

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