Skip to content
This repository was archived by the owner on May 1, 2019. It is now read-only.

Commit 467bb35

Browse files
committed
Enhancement: Show total of contributors as well
1 parent 31ce54c commit 467bb35

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • module/Application/view/application/contributors

module/Application/view/application/contributors/index.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
We have <strong><?php echo $this->escapeHtml($this->metadata->forks_count); ?> forks</strong>,
99
<strong><?php echo $this->escapeHtml($this->metadata->stargazers_count); ?> stargazers</strong>,
1010
<strong><?php echo $this->escapeHtml($this->metadata->watchers_count); ?> watchers</strong> and
11-
<strong>awesome contributors</strong> who make this site better.
11+
<strong><?php echo count($this->contributors); ?> awesome contributors</strong> who make this site better.
1212
<a href="<?php echo $this->escapeHtmlAttr($this->gitHubRepositoryUrl()); ?>" target="_blank">Join us!</a>
1313
</p>
1414
<?php foreach ($this->contributors as $contributor): ?>

0 commit comments

Comments
 (0)