Skip to content

Commit

Permalink
Add link to quarterly commits
Browse files Browse the repository at this point in the history
  • Loading branch information
dlangille committed Oct 13, 2023
1 parent ca83d7b commit ab0ff10
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions www/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
define('RELATIVE_DATE_24HOURS', 24 * 60 * 60); # seconds in a day
$Date = date('Y/m/d');
$Yesterday = freshports_LinkToDate(strtotime($Date) - RELATIVE_DATE_24HOURS, "Yesterday's Commits", $Branch);
$Quarterly = '&lt; <a href="/?branch=quarterly">Quarterly Branch</a> &gt;';

#
# If they supply a package name, go for it.
Expand Down Expand Up @@ -159,7 +160,7 @@ function freshports_SummaryForDay($MinusN) {

<p>
<?php
echo '&lt; ' . $Yesterday . ' &gt;';
echo '&lt; ' . $Yesterday . ' &gt;' . $Quarterly;
?>
</p>

Expand Down Expand Up @@ -253,7 +254,7 @@ function freshports_SummaryForDay($MinusN) {
<br>

<?php
echo '&lt; ' . $Yesterday . ' &gt;';
echo '&lt; ' . $Yesterday . ' &gt;' . $Quarterly;
?>

<?php
Expand Down

0 comments on commit ab0ff10

Please sign in to comment.