mirror of
https://github.com/samsonjs/retrogit.git
synced 2026-04-24 14:37:40 +00:00
14 lines
388 B
HTML
14 lines
388 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="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}}
|