mirror of
https://github.com/go-gitea/gitea
synced 2024-11-17 22:19:29 +01:00
Fix login redirection links (#17451)
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com> Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: zeripath <art27@cantab.net>
This commit is contained in:
parent
141d1a2aa5
commit
54243eed8d
@ -192,7 +192,7 @@
|
|||||||
{{svg "octicon-person"}} {{.i18n.Tr "register"}}
|
{{svg "octicon-person"}} {{.i18n.Tr "register"}}
|
||||||
</a>
|
</a>
|
||||||
{{end}}
|
{{end}}
|
||||||
<a class="item{{if .PageIsSignIn}} active{{end}}" rel="nofollow" href="{{AppSubUrl}}/user/login?redirect_to={{.CurrentURL}}">
|
<a class="item{{if .PageIsSignIn}} active{{end}}" rel="nofollow" href="{{AppSubUrl}}/user/login{{if not .PageIsSignIn}}?redirect_to={{.CurrentURL}}{{end}}">
|
||||||
{{svg "octicon-sign-in"}} {{.i18n.Tr "sign_in"}}
|
{{svg "octicon-sign-in"}} {{.i18n.Tr "sign_in"}}
|
||||||
</a>
|
</a>
|
||||||
</div><!-- end anonymous right menu -->
|
</div><!-- end anonymous right menu -->
|
||||||
|
Loading…
Reference in New Issue
Block a user