We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1956cc0 commit 5138f54Copy full SHA for 5138f54
src/views/site/package-details.php
@@ -17,6 +17,10 @@
17
]) ?>
18
<?php } ?>
19
20
+ <br><br>
21
+ <b>Last updated:</b> <?= Yii::$app->formatter->asDateTime($package->getUpdateTime()) ?> (<?= Yii::$app->formatter->asRelativeTime($package->getUpdateTime()) ?>)
22
23
+
24
<?php if (Yii::$app->session->hasFlash('update-impossible')) { ?>
25
<div class="alert alert-warning too-fast-update" role="alert">
26
<h4><?= Yii::t('app', 'Wow, you are very fast!'); ?></h4>
0 commit comments