Remove misplaced html tag

Change-Id: Ifcca3ec33a4486ebcecf941c9817e92af34b84a4
This commit is contained in:
Joshua Hesketh 2019-05-02 10:26:21 -06:00 committed by Clark Boylan
parent 060f4dcbbe
commit 9d51994f41
1 changed files with 1 additions and 1 deletions

View File

@ -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}}