|
|
|
@ -194,7 +194,7 @@
|
|
|
|
|
<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"}}
|
|
|
|
|
</a>
|
|
|
|
|
<a class="item" rel="nofollow" href="{{AppSubUrl}}/user/oauth2/github?redirect_to={{if not .PageIsSignIn}}?redirect_to={{.CurrentURL}}{{end}}">
|
|
|
|
|
<a class="item" rel="nofollow" href="{{AppSubUrl}}/user/oauth2/github{{if not .PageIsSignIn}}?redirect_to={{.CurrentURL}}{{end}}">
|
|
|
|
|
{{svg "octicon-mark-github"}} Sign In via Github
|
|
|
|
|
</a>
|
|
|
|
|
</div><!-- end anonymous right menu -->
|
|
|
|
|