mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
parent
f767fb2de3
commit
5cc69b53cf
@ -18,7 +18,7 @@ $this->addHelperFunction('timeSince', function ($timestamp) {
|
||||
$this->addHelperFunction('prefixedTimeSince', function ($timestamp, $ucfirst = false) {
|
||||
return '<span class="timesince">'
|
||||
. Format::prefixedTimeSince($timestamp, $ucfirst)
|
||||
. ' </span>';
|
||||
. '</span>';
|
||||
});
|
||||
|
||||
$this->addHelperFunction('timeUntil', function ($timestamp) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user