summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Kocialkowski <contact@paulk.fr>2014-10-05 11:12:21 +0200
committerPaul Kocialkowski <contact@paulk.fr>2014-10-05 11:12:21 +0200
commita9261ca434d9a82003e7e8cf7725ea522d12ad03 (patch)
tree7521cc49ed16a51ad5973a62380b82d5e65e3621
parent37a7448a5bb544068526391b00db714692951f3c (diff)
downloadreplicant_website-a9261ca434d9a82003e7e8cf7725ea522d12ad03.zip
replicant_website-a9261ca434d9a82003e7e8cf7725ea522d12ad03.tar.gz
replicant_website-a9261ca434d9a82003e7e8cf7725ea522d12ad03.tar.bz2
index: Other commits include the previously mentionned one
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 60fb425..84e64d6 100644
--- a/index.php
+++ b/index.php
@@ -93,7 +93,7 @@ if ($feed->error() || !$feed_init) {
print("\t\t\t\t\t<li class=\"list-group-item\">".$repo[1].":<br /><ul><li><a href=\"".$commit[1]."\">".$commit[2]."</a></li>");
if ($other_commits != null && count($other_commits) >= 2)
- print("<li><a href=\"".$other_commits[1]."\">".$other_commits[2]." other commits</a></li>");
+ print("<li><a href=\"".$other_commits[1]."\">".$other_commits[2]." commits total</a></li>");
print("\t\t\t\t\t</ul><small>Pushed on <strong>".$item->get_date("j F Y")."</strong> by <strong>".$item->get_author()->get_name()."</strong></small></li>\n");