From a2f5c4a9d463b3b40ec4302da1654386107f267e Mon Sep 17 00:00:00 2001 From: Cameron Tod Date: Sun, 20 Oct 2013 21:03:45 +0100 Subject: [PATCH] Added jQuery datatables support. --- cores.rb | 40 +++++++++++++++++++++++++++++++--------- 1 file changed, 31 insertions(+), 9 deletions(-) diff --git a/cores.rb b/cores.rb index 24857b0942..10c7db7412 100755 --- a/cores.rb +++ b/cores.rb @@ -46,20 +46,25 @@
- Total: <%= contributors.length %> contributors + Total: <%= contributors.length %> contributors + +
- +
- - - - - - + + + + + + + + + <% contributors.each do |name, mentions| %> @@ -68,7 +73,7 @@ <% end %> - +
#Drupal.org UsernameMentionsPercent
#Drupal.org UsernameMentionsPercent
<%= i+=1 %><%= ((mentions/sum)*100).round(4) %>%
@@ -106,5 +111,22 @@ + + +