Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Debian New Member Process
nm.debian.org
Commits
4210c247
Commit
4210c247
authored
Aug 21, 2015
by
Enrico Zini
Browse files
Added missing label
parent
4bf75d65
Changes
1
Hide whitespace changes
Inline
Side-by-side
public/templates/public/process.html
View file @
4210c247
...
...
@@ -157,8 +157,9 @@ See: <a href="http://lists.debian.org/debian-project/2010/09/msg00026.html">hand
<tr><th>
Mailbox stats
</th>
<td>
{{mbox_stats.date_first_py|date:"Y-m-d"}} to {{mbox_stats.date_last_py|date:"Y-m-d"}},
{{mbox_stats.num_mails}} mails,
<br>
{% if mbox_stats.median_py %}
{% if mbox_stats.median_py.days %}{{mbox_stats.median_py.days}}d {% endif %}{{mbox_stats.median_hours}}h
{% if mbox_stats.median_py.days %}{{mbox_stats.median_py.days}}d {% endif %}{{mbox_stats.median_hours}}h
median response time
{% endif %}
<span
class=
"mbox_sparkline"
values=
"{{mbox_stats.response_time|join:"
,"}}"
></span>
</td>
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment