🐛 Fix redirect_to and make buttons less strong

master
Shad Amethyst 2 years ago
parent 0622931a0e
commit 087aa73a11
Signed by: amethyst
GPG Key ID: D970C8DD1D6DEE36

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

@ -79,10 +79,10 @@
Jump to:
</div>
<div class="item">
<a class="ui green button" href="{{AppSubUrl}}/explore">Explore</a>
<a class="ui button" href="{{AppSubUrl}}/explore">Explore</a>
</div>
<div class="item">
<a class="ui green button" href="{{AppSubUrl}}/adri326">Shad's Profile</a>
<a class="ui button" href="{{AppSubUrl}}/adri326">Shad's Profile</a>
</div>
{{end}}

Loading…
Cancel
Save