|
|
|
@ -1,4 +1,3 @@ |
|
|
|
|
{{if .ctxData.IsSigned}} |
|
|
|
|
<div class="item action ui dropdown jump pointing top right context-dropdown"> |
|
|
|
|
<a class="context-menu muted"> |
|
|
|
|
{{svg "octicon-kebab-horizontal"}} |
|
|
|
@ -11,6 +10,7 @@ |
|
|
|
|
{{$referenceUrl = printf "%s/files#%s" .ctxData.Issue.Link .item.HashTag}} |
|
|
|
|
{{end}} |
|
|
|
|
<div class="item context js-aria-clickable" data-clipboard-text-type="url" data-clipboard-text="{{$referenceUrl}}">{{.ctxData.locale.Tr "repo.issues.context.copy_link"}}</div> |
|
|
|
|
{{if and .ctxData.IsSigned (not .ctxData.Repository.IsArchived)}} |
|
|
|
|
<div class="item context js-aria-clickable quote-reply {{if .diff}}quote-reply-diff{{end}}" data-target="{{.item.HashTag}}-raw">{{.ctxData.locale.Tr "repo.issues.context.quote_reply"}}</div> |
|
|
|
|
{{if not .ctxData.UnitIssuesGlobalDisabled}} |
|
|
|
|
<div class="item context js-aria-clickable reference-issue" data-target="{{.item.HashTag}}-raw" data-modal="#reference-issue-modal" data-poster="{{.item.Poster.GetDisplayName}}" data-poster-username="{{.item.Poster.Name}}" data-reference="{{$referenceUrl}}">{{.ctxData.locale.Tr "repo.issues.context.reference_issue"}}</div> |
|
|
|
@ -22,6 +22,6 @@ |
|
|
|
|
<div class="item context js-aria-clickable delete-comment" data-comment-id={{.item.HashTag}} data-url="{{.ctxData.RepoLink}}/comments/{{.item.ID}}/delete" data-locale="{{.ctxData.locale.Tr "repo.issues.delete_comment_confirm"}}">{{.ctxData.locale.Tr "repo.issues.context.delete"}}</div> |
|
|
|
|
{{end}} |
|
|
|
|
{{end}} |
|
|
|
|
{{end}} |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
{{end}} |
|
|
|
|