We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent aa1d953 commit 03638f9Copy full SHA for 03638f9
templates/repo/issue/view_content/sidebar.tmpl
@@ -577,8 +577,8 @@
577
578
<div class="ui divider"></div>
579
<div class="ui equal width compact grid">
580
- <div class="row gt-ac">
581
- {{$issueReferenceLink := printf "%s#%d" .Issue.Repo.FullName .Issue.Index}}
+ {{$issueReferenceLink := printf "%s#%d" .Issue.Repo.FullName .Issue.Index}}
+ <div class="row gt-ac tooltip" data-content="{{$issueReferenceLink}}">
582
<span class="text column truncate">{{.locale.Tr "repo.issues.reference_link" $issueReferenceLink}}</span>
583
<button class="ui two wide button column gt-p-3" data-clipboard-text="{{$issueReferenceLink}}">{{svg "octicon-copy" 14}}</button>
584
</div>
0 commit comments