Remove misplaced html tag
Change-Id: Ifcca3ec33a4486ebcecf941c9817e92af34b84a4
This commit is contained in:
parent
060f4dcbbe
commit
9d51994f41
@ -31,7 +31,7 @@
|
||||
|
||||
{{if .Permission.CanRead $.UnitTypeExternalTracker}}
|
||||
<a class="{{if .PageIsIssueList}}active{{end}} item" href="{{.RepoExternalIssuesLink}}" target="_blank" rel="noopener noreferrer">
|
||||
<i class="octicon octicon-link-external"></i> {{.i18n.Tr "repo.issues"}} </span>
|
||||
<i class="octicon octicon-link-external"></i> {{.i18n.Tr "repo.issues"}}
|
||||
</a>
|
||||
{{end}}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user