mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	Remove italics for due_date_not_set (#19113)
				
					
				
			To be more consistent with other `repo.issues.x` formatting, we can remove the italics from `dute_date_not_set`.
This commit is contained in:
		@@ -424,7 +424,7 @@
 | 
				
			|||||||
					</div>
 | 
										</div>
 | 
				
			||||||
				</p>
 | 
									</p>
 | 
				
			||||||
			{{else}}
 | 
								{{else}}
 | 
				
			||||||
				<p><i>{{.i18n.Tr "repo.issues.due_date_not_set"}}</i></p>
 | 
									<p>{{.i18n.Tr "repo.issues.due_date_not_set"}}</p>
 | 
				
			||||||
			{{end}}
 | 
								{{end}}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
			{{if and .HasIssuesOrPullsWritePermission (not .Repository.IsArchived)}}
 | 
								{{if and .HasIssuesOrPullsWritePermission (not .Repository.IsArchived)}}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user