We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57e0bf4 commit 39b8d02Copy full SHA for 39b8d02
templates/repo/issue/view_content/comments.tmpl
@@ -340,7 +340,8 @@
340
</a>
341
<span class="text grey">
342
<a class="author" href="{{.Poster.HomeLink}}">{{.Poster.GetDisplayName}}</a>
343
- {{$.locale.Tr "repo.issues.due_date_modified" (.Content | ParseDeadline) $createdStr | Safe}}
+ {{$parsedDeadline := .Content | ParseDeadline}}
344
+ {{$.locale.Tr "repo.issues.due_date_modified" (index $parsedDeadline 0) (index $parsedDeadline 1) $createdStr | Safe}}
345
</span>
346
</div>
347
{{else if eq .Type 18}}
0 commit comments