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.
rel="nofollow noindex"
1 parent 8e2632d commit 5463668Copy full SHA for 5463668
templates/repo/view_file.tmpl
@@ -125,7 +125,7 @@
125
<div class="column">
126
{{if $.Permission.CanRead $.UnitTypeIssues}}
127
<div class="ui link list">
128
- <a class="item ref-in-new-issue" href="{{.RepoLink}}/issues/new?body={{.Repository.HTMLURL}}{{printf "/src/commit/" }}{{PathEscape .CommitID}}/{{PathEscapeSegments .TreePath}}">{{.i18n.Tr "repo.issues.context.reference_issue"}}</a>
+ <a class="item ref-in-new-issue" href="{{.RepoLink}}/issues/new?body={{.Repository.HTMLURL}}{{printf "/src/commit/" }}{{PathEscape .CommitID}}/{{PathEscapeSegments .TreePath}}" rel="nofollow noindex">{{.i18n.Tr "repo.issues.context.reference_issue"}}</a>
129
</div>
130
{{end}}
131
0 commit comments