1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

#3408 minor code fix

This commit is contained in:
Unknwon
2016-08-11 07:41:01 -07:00
parent eb1bfe0e59
commit d625e41c6c
4 changed files with 23 additions and 23 deletions

View File

@@ -227,7 +227,7 @@
</div>
{{else}}
<div class="ui warning message">
<a href="{{.SignInLink}}">{{.i18n.Tr "repo.issues.sign_in_require_desc" | Safe}}</a>
{{.i18n.Tr "repo.issues.sign_in_require_desc" .SignInLink | Safe}}
</div>
{{end}}
</ui>