Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Matrix
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container Registry
Model registry
Operate
Environments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TeDomum
Matrix
Commits
d4378825
Commit
d4378825
authored
8 years ago
by
Matthew Hodgson
Browse files
Options
Downloads
Patches
Plain Diff
fix debug text
parent
88ea5ab2
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
res/templates/mail.css
+5
-0
5 additions, 0 deletions
res/templates/mail.css
res/templates/notif_mail.html
+2
-2
2 additions, 2 deletions
res/templates/notif_mail.html
with
7 additions
and
2 deletions
res/templates/mail.css
+
5
−
0
View file @
d4378825
...
...
@@ -145,6 +145,11 @@ pre, code {
text-decoration
:
none
;
}
.debug
{
font-size
:
10px
;
color
:
#888
;
}
.footer
{
margin-top
:
20px
;
text-align
:
center
;
...
...
This diff is collapsed.
Click to expand it.
res/templates/notif_mail.html
+
2
−
2
View file @
d4378825
...
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment