mirror of
https://github.com/go-gitea/gitea.git
synced 2026-03-17 22:55:56 +01:00
* `top aligned` => `tw-align-top` * label list: it was broken, this PR fixes it * reference link: simplified * settings/repos: not affected
7 lines
425 B
Go HTML Template
7 lines
425 B
Go HTML Template
<div class="divider"></div>
|
|
{{$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>
|
|
</div>
|