Mercurial > public > sg101
comparison gpp/templates/messages/outbox_tab.html @ 568:7cec8d6f9581
For bitbucket issue #7, provide a bar graph indication of inbox and outbox
usage.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sat, 10 Mar 2012 15:24:46 -0600 |
parents | 76ba9478ebbd |
children |
comparison
equal
deleted
inserted
replaced
567:0a8e6a9ccf53 | 568:7cec8d6f9581 |
---|---|
38 <li>Messages in <em>italics</em> have been replied to.</li> | 38 <li>Messages in <em>italics</em> have been replied to.</li> |
39 </ul> | 39 </ul> |
40 {% else %} | 40 {% else %} |
41 <p><em>Your Outbox is empty.</em></p> | 41 <p><em>Your Outbox is empty.</em></p> |
42 {% endif %} | 42 {% endif %} |
43 {% include 'messages/usage_graph.html' with box_name='outbox' %} |