Added feature test for stats
This commit is contained in:
parent
1c5b2a5153
commit
3e04673334
5 changed files with 17 additions and 3 deletions
|
@ -16,9 +16,9 @@
|
|||
%br
|
||||
%div#activity-chart
|
||||
.span7
|
||||
%h4 Top 100 Committers:
|
||||
%h4 Top 50 Committers:
|
||||
%ol.styled
|
||||
- @stats.authors[0...100].each do |author|
|
||||
- @stats.authors[0...50].each do |author|
|
||||
%li
|
||||
= image_tag gravatar_icon(author.email, 16), class: 'avatar s16'
|
||||
= author.name
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue