summaryrefslogtreecommitdiff
path: root/views/pages/mailbox.ejs
diff options
context:
space:
mode:
Diffstat (limited to 'views/pages/mailbox.ejs')
-rw-r--r--views/pages/mailbox.ejs12
1 files changed, 10 insertions, 2 deletions
diff --git a/views/pages/mailbox.ejs b/views/pages/mailbox.ejs
index e4e0302..9d6dc85 100644
--- a/views/pages/mailbox.ejs
+++ b/views/pages/mailbox.ejs
@@ -1,15 +1,23 @@
<% include ../partials/header %>
-
+<div class="subtitle">
+ <a href='/'>&lt; Home</a> &middot;
+ <a href='/mail/compose'>New Message</a>
+</div>
<div id="content">
+
+ <div id="nomessages">
+ <h3>No messages</h3>
+ </div>
<table id="messages" class="ledger">
+ <tr><td></td></tr>
<script class="template" type="text/html">
<tr class='row'>
<td>
{{to}} <a href="/profile/{{username}}">{{username}}</a> &middot;
</td>
<td class="ivory">
- <a href="/message/{{id}}">{{subject}}</a>
+ <a href="/mail/read/{{id}}">{{subject}}</a>
</td>
<td class="{{date_class}}">
{{date}} <small>{{time}}</small>