* Update JS dependencies - Update all JS dependencies - For octicons, rename trashcan to trash - For svgo, migrate to v2 api, output seems to have slightly changed but icons look the same - For stylelint, update config, fix custom property duplicates - For monaco, drop legacy Edge support - For eslint, enable new rules, fix new issues - For less-loader, remove deprecated import syntax * update svgo usage in generate-images and rebuild logo.svg with it
		
			
				
	
	
		
			21 lines
		
	
	
	
		
			1.1 KiB
		
	
	
	
		
			Cheetah
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
	
		
			1.1 KiB
		
	
	
	
		
			Cheetah
		
	
	
	
	
	
{{ if .comment.Time }} {{/* compatibility with time comments made before v1.14 */}}
 | 
						|
	{{ if (not .comment.Time.Deleted) }}
 | 
						|
		{{ if (or .ctx.IsAdmin (and .ctx.IsSigned (eq .ctx.SignedUserID .comment.PosterID))) }}
 | 
						|
			<span class="ui float right">
 | 
						|
				<div class="ui mini modal issue-delete-time-modal" data-id="{{.comment.Time.ID}}">
 | 
						|
					<form method="POST" class="delete-time-form" action="{{.ctx.RepoLink}}/issues/{{.ctx.Issue.Index}}/times/{{.comment.TimeID}}/delete">
 | 
						|
						{{.ctx.CsrfTokenHtml}}
 | 
						|
					</form>
 | 
						|
					<div class="header">{{.ctx.i18n.Tr "repo.issues.del_time"}}</div>
 | 
						|
					<div class="actions">
 | 
						|
						<div class="ui red approve button">{{.ctx.i18n.Tr "repo.issues.context.delete"}}</div>
 | 
						|
						<div class="ui cancel button">{{.ctx.i18n.Tr "repo.issues.add_time_cancel"}}</div>
 | 
						|
					</div>
 | 
						|
				</div>
 | 
						|
				<button class="ui icon button compact mini issue-delete-time poping up" data-id="{{.comment.Time.ID}}" data-content="{{.ctx.i18n.Tr "repo.issues.del_time"}}" data-position="top right" data-variation="tiny inverted">
 | 
						|
					{{svg "octicon-trash"}}
 | 
						|
				</button>
 | 
						|
			</span>
 | 
						|
		{{end}}
 | 
						|
	{{end}}
 | 
						|
{{end}}
 |