Fix missing yes/no in delete time log modal (#24851)
Before:  After:  Co-authored-by: Giteabot <teabot@gitea.io>
This commit is contained in:
		
							parent
							
								
									bb9e20e434
								
							
						
					
					
						commit
						f4ef7eed00
					
				|  | @ -7,7 +7,7 @@ | |||
| 						{{.ctxData.CsrfTokenHtml}} | ||||
| 					</form> | ||||
| 					<div class="header">{{.ctxData.locale.Tr "repo.issues.del_time"}}</div> | ||||
| 					{{template "base/modal_actions_confirm" .}} | ||||
| 					{{template "base/modal_actions_confirm" (dict "locale" .ctxData.locale)}} | ||||
| 				</div> | ||||
| 				<button class="ui icon button compact mini issue-delete-time" data-id="{{.comment.Time.ID}}" data-tooltip-content="{{.ctxData.locale.Tr "repo.issues.del_time"}}"> | ||||
| 					{{svg "octicon-trash"}} | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue