Skip to content

Commit e9790bb

Browse files
yardenshohamGiteaBot
authored andcommitted
1 parent 2517da9 commit e9790bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/repo/issue/view_content/sidebar.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@
362362
<div class="gt-df gt-sb gt-ac">
363363
<div class="due-date {{if .Issue.IsOverdue}}text red{{end}}" {{if .Issue.IsOverdue}}data-tooltip-content="{{.locale.Tr "repo.issues.due_date_overdue"}}"{{end}}>
364364
{{svg "octicon-calendar" 16 "gt-mr-3"}}
365-
{{DateTime "long" .Issue.DeadlineUnix}}
365+
{{DateTime "long" .Issue.DeadlineUnix.FormatDate}}
366366
</div>
367367
<div>
368368
{{if and .HasIssuesOrPullsWritePermission (not .Repository.IsArchived)}}

0 commit comments

Comments
 (0)