We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb9e20e commit f4ef7eeCopy full SHA for f4ef7ee
templates/repo/issue/view_content/comments_delete_time.tmpl
@@ -7,7 +7,7 @@
7
{{.ctxData.CsrfTokenHtml}}
8
</form>
9
<div class="header">{{.ctxData.locale.Tr "repo.issues.del_time"}}</div>
10
- {{template "base/modal_actions_confirm" .}}
+ {{template "base/modal_actions_confirm" (dict "locale" .ctxData.locale)}}
11
</div>
12
<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"}}">
13
{{svg "octicon-trash"}}
0 commit comments