Mercurial > public > sg101
comparison gpp/templates/messages/inbox_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 |
---|---|
36 <li>Messages in <em>italics</em> have been replied to.</li> | 36 <li>Messages in <em>italics</em> have been replied to.</li> |
37 </ul> | 37 </ul> |
38 {% else %} | 38 {% else %} |
39 <p><em>Your Inbox is empty.</em></p> | 39 <p><em>Your Inbox is empty.</em></p> |
40 {% endif %} | 40 {% endif %} |
41 {% include 'messages/usage_graph.html' with box_name='inbox' %} |