mirror of
https://github.com/samsonjs/retrogit.git
synced 2026-04-11 12:15:51 +00:00
15 lines
457 B
HTML
15 lines
457 B
HTML
{{define "title"}}{{end}}
|
|
|
|
{{define "body"}}
|
|
|
|
<form id="sign-in-form" method="POST" action="{{routeUrl "sign-in"}}">
|
|
<span class="mega-octicon octicon-mark-github"></span>
|
|
<input type="hidden" name="continue_url" value="{{.ContinueUrl}}">
|
|
<input type="submit" class="action-button" value="Sign In with GitHub">
|
|
<label>
|
|
<input type="checkbox" name="include_private" value="1" checked>
|
|
Include private repositories
|
|
</label>
|
|
</form>
|
|
|
|
{{end}}
|