2024-11-08 09:44:20 +08:00
|
|
|
<div class="divider"></div>
|
2025-03-17 22:11:24 +08:00
|
|
|
{{$issueReferenceLink := printf "%s#%d" .Issue.Repo.FullName .Issue.Index}}
|
|
|
|
|
<div class="flex-text-block" data-tooltip-content="{{$issueReferenceLink}}">
|
|
|
|
|
<span class="tw-flex-1 gt-ellipsis">{{ctx.Locale.Tr "repo.issues.reference_link" $issueReferenceLink}}</span>
|
|
|
|
|
<button class="ui compact tiny icon button" data-clipboard-text="{{$issueReferenceLink}}">{{svg "octicon-copy" 14}}</button>
|
2024-11-08 09:44:20 +08:00
|
|
|
</div>
|