Skip to content
This repository was archived by the owner on Mar 12, 2020. It is now read-only.

Commit 5fc9bc4

Browse files
author
Darren Hurley
committed
Correct formattedDuration
1 parent 4849aeb commit 5fc9bc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/partials/display-tag.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<span>{{@nTeaserPresenter.displayTag.prefLabel}}</span>
1414
</a>
1515
{{/if}}
16-
{{#with @nTeaserPresenter.formattedDuration}}
16+
{{#with formattedDuration}}
1717
<p class="o-teaser__duration">{{this}}min</p>
1818
{{/with}}
1919
{{#if advertiser}}

0 commit comments

Comments
 (0)