mirror of
https://github.com/jhillyerd/inbucket.git
synced 2026-01-28 14:05:57 +00:00
Basic AJAX GUI is now functional
This commit is contained in:
@@ -1,7 +1,4 @@
|
||||
{{template "header.html" .}}
|
||||
|
||||
<h1>{{.message.Subject}}</h1>
|
||||
<table>
|
||||
<table id="emailHeader">
|
||||
<tr>
|
||||
<th>From:</th>
|
||||
<td>{{.message.From}}</td>
|
||||
@@ -11,8 +8,7 @@
|
||||
<td>{{.message.Date}}</td>
|
||||
</tr>
|
||||
<table>
|
||||
<h3 id="emailSubject">{{.message.Subject}}</h3>
|
||||
|
||||
<pre>{{.body}}</pre>
|
||||
|
||||
{{template "footer.html" .}}
|
||||
<pre id="emailBody">{{.body}}</pre>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user