Skip to content

Commit

Permalink
Merge pull request #15 from helsingborg-stad/fix/faulty-dates
Browse files Browse the repository at this point in the history
fix: alarm faulty dates
  • Loading branch information
sebastianthulin authored Mar 5, 2024
2 parents 2f59a0e + ca88309 commit dbc9c3a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions templates/alarms.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,9 @@
<div class="c-accordion__section modularity-mod-alarms__section" data-template="api-alarm-integration-row" data-api-alarms-row>
<button class="c-accordion__button">
<span class="c-accordion__button-wrapper" tabindex="-1">
@date(['timestamp' => '{# date #}'])
@enddate
<time>
{# date #}
</time>
<span class="link-item link">
{## if (typeof data.place[0] != 'undefined') ##}{# place[0].name #}: {## endif ##}{# title.rendered #}
</span>
Expand Down

0 comments on commit dbc9c3a

Please sign in to comment.