Skip to content

Commit 589b5a6

Browse files
committed
Moved views column to last position.
Updated readme.
1 parent 396f3d2 commit 589b5a6

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ Updated once a day by [Travis][Build].
88

99
Each project must meet the following requirements to be included.
1010

11-
* Built in PHP.
11+
* Repository language is PHP.
1212
* Readme present.
1313
* `composer.json` file present.
14-
* Last commit pushed within the last 1.5 years.
14+
* Repository description does not contain *[OLD]* or *[DEPRECATED]*.
1515

1616
Acknowledgements
1717
----------------

index.haml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ layout: page
1414
%th Stars
1515
%th Version
1616
%th Monthly downloads
17-
%th
18-
%abbr(title='Unique repository views past 14 days') Views
1917
%th Build
2018
%th Coverage
2119
%th Style
2220
%th
2321
%abbr(title='Main contributor') BDFL
22+
%th
23+
%abbr(title='Unique repository views past 14 days') Views
2424
{% for repo in set %}
2525
%tbody
2626
%tr
@@ -36,8 +36,6 @@ layout: page
3636
%td
3737
%a(href='https://packagist.org/packages/{{ repo.composer.name }}/stats')
3838
%img(src='https://poser.pugx.org/{{ repo.composer.name }}/d/monthly')
39-
%td
40-
{{ repo.views }}
4139
%td<
4240
{% if repo.readme['Build'] %}
4341
%a(href='{{ repo.readme['Build'].url }}')
@@ -62,5 +60,7 @@ layout: page
6260
%a(href='{{ repo.top_contributor.html_url }}')
6361
%img(src='{{ repo.top_contributor.avatar_url }}&s=32'
6462
title='{{ repo.top_contributor.login }}')
63+
%td
64+
{{ repo.views }}
6565
{% endfor %}
6666
{% endfor %}

0 commit comments

Comments
 (0)