mirror of
https://github.com/samsonjs/retrogit.git
synced 2026-04-16 13:05:50 +00:00
24 lines
573 B
HTML
24 lines
573 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>
|
|
|
|
<p>
|
|
You'll be getting a {{.SettingsSummary.Frequency}} digest of your past
|
|
past activity in {{.SettingsSummary.RepositoryCount}} repositories sent to
|
|
<code>{{.SettingsSummary.EmailAddress}}</code>.
|
|
<a href="{{routeUrl "settings"}}">Change settings</a>
|
|
<p>
|
|
|
|
{{end}}
|