mirror of
https://github.com/samsonjs/retrogit.git
synced 2026-03-31 10:25:55 +00:00
19 lines
357 B
HTML
19 lines
357 B
HTML
{{define "title"}}GitHop{{end}}
|
|
|
|
{{define "body"}}
|
|
|
|
<p>
|
|
<a href="{{routeUrl "sign-out"}}">
|
|
Sign Out
|
|
</a>
|
|
</p>
|
|
|
|
<a href="{{routeUrl "view-digest"}}">View Digest</a>
|
|
-
|
|
<form id="send-form" method="POST" action="{{routeUrl "send-digest"}}">
|
|
<input type="submit" value="Email Digest">
|
|
</form>
|
|
-
|
|
<a href="{{routeUrl "settings"}}">Settings</a>
|
|
|
|
{{end}}
|