Skip to content
Snippets Groups Projects
Commit d4378825 authored by Matthew Hodgson's avatar Matthew Hodgson
Browse files

fix debug text

parent 88ea5ab2
No related branches found
No related tags found
No related merge requests found
......@@ -145,6 +145,11 @@ pre, code {
text-decoration: none;
}
.debug {
font-size: 10px;
color: #888;
}
.footer {
margin-top: 20px;
text-align: center;
......
......@@ -30,7 +30,7 @@
{% include 'room.html' with context %}
{% endfor %}
<div class="footer">
<small>
<div class="debug">
Sending email at {{ reason.now|format_ts("%c") }} due to activity in room '{{ reason.room_name }}' because:<br/>
1. An event was received at {{ reason.received_at|format_ts("%c") }}
which is more than {{ "%.1f"|format(reason.delay_before_mail_ms / (60*1000)) }} (delay_before_mail_ms) mins ago.<br/>
......@@ -40,7 +40,7 @@
{% else %}
2. We can't remember the last time we sent a mail for this room.
{% endif %}
</small>
</div>
<a href="{{ unsubscribe_link }}">Unsubscribe</a>
</div>
</td>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment