2024-02-20 09:39:44 +08:00
|
|
|
{{if and .comment.Time (.ctxData.Repository.IsTimetrackerEnabled ctx)}} {{/* compatibility with time comments made before v1.14 */}}
|
2022-08-31 23:58:54 +08:00
|
|
|
{{if (not .comment.Time.Deleted)}}
|
2023-03-03 01:44:06 +08:00
|
|
|
{{if (or .ctxData.IsAdmin (and .ctxData.IsSigned (eq .ctxData.SignedUserID .comment.PosterID)))}}
|
2024-03-04 11:33:20 +08:00
|
|
|
<span class="tw-float-right">
|
2024-12-05 21:07:53 +08:00
|
|
|
<button class="ui icon button compact mini link-action" data-tooltip-content="{{ctx.Locale.Tr "repo.issues.del_time"}}"
|
|
|
|
data-url="{{.ctxData.RepoLink}}/issues/{{.ctxData.Issue.Index}}/times/{{.comment.TimeID}}/delete?id={{.comment.Time.ID}}"
|
|
|
|
data-modal-confirm="{{ctx.Locale.Tr "repo.issues.del_time"}}"
|
|
|
|
>
|
2021-03-22 12:04:19 +08:00
|
|
|
{{svg "octicon-trash"}}
|
2021-02-19 18:52:11 +08:00
|
|
|
</button>
|
|
|
|
</span>
|
|
|
|
{{end}}
|
|
|
|
{{end}}
|
|
|
|
{{end}}
|