mirror of
				https://codeberg.org/forgejo/forgejo.git
				synced 2025-11-04 00:11:04 +00:00 
			
		
		
		
	Backport #26268 by @yardenshoham Closes #26263 We have to pass the date without the time. # Before  # After  Signed-off-by: Yarden Shoham <git@yardenshoham.com> Co-authored-by: Yarden Shoham <git@yardenshoham.com>
This commit is contained in:
		
					parent
					
						
							
								a075285f24
							
						
					
				
			
			
				commit
				
					
						2cf1515f5c
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -362,7 +362,7 @@
 | 
				
			||||||
				<div class="gt-df gt-sb gt-ac">
 | 
									<div class="gt-df gt-sb gt-ac">
 | 
				
			||||||
					<div class="due-date {{if .Issue.IsOverdue}}text red{{end}}" {{if .Issue.IsOverdue}}data-tooltip-content="{{.locale.Tr "repo.issues.due_date_overdue"}}"{{end}}>
 | 
										<div class="due-date {{if .Issue.IsOverdue}}text red{{end}}" {{if .Issue.IsOverdue}}data-tooltip-content="{{.locale.Tr "repo.issues.due_date_overdue"}}"{{end}}>
 | 
				
			||||||
						{{svg "octicon-calendar" 16 "gt-mr-3"}}
 | 
											{{svg "octicon-calendar" 16 "gt-mr-3"}}
 | 
				
			||||||
						{{DateTime "long" .Issue.DeadlineUnix}}
 | 
											{{DateTime "long" .Issue.DeadlineUnix.FormatDate}}
 | 
				
			||||||
					</div>
 | 
										</div>
 | 
				
			||||||
					<div>
 | 
										<div>
 | 
				
			||||||
						{{if and .HasIssuesOrPullsWritePermission (not .Repository.IsArchived)}}
 | 
											{{if and .HasIssuesOrPullsWritePermission (not .Repository.IsArchived)}}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue