mirror of
https://github.com/jhillyerd/inbucket.git
synced 2025-12-21 11:37:07 +00:00
Changes: - Added a friendlyTime helper for nicer timestamps - Added validation to most action methods - Added error flash to several template files - Now making use to c.RenderError() to handle action errors - Removed message list slideUp() effect, takes too long - Fixed a problem with my vim indentation configuration, so CSS and HTML should be indented more consistently.
16 lines
464 B
HTML
16 lines
464 B
HTML
{{set "title" "Inbucket" .}}
|
|
{{template "header.html" .}}
|
|
{{template "menu.html" .}}
|
|
|
|
<div id="colTwo">
|
|
{{template "errors.html" .}}
|
|
|
|
<p>Inbucket is an email testing service; it will accept email for any email
|
|
address and make it available to view without a password.</p>
|
|
<p>To view email for a particular address, enter the username portion
|
|
of the address into the box on the upper right and click <em>go</em>.</p>
|
|
</div>
|
|
|
|
{{template "footer.html" .}}
|
|
|