fix: Whitespace issue ballot popup (#3860)
This commit is contained in:
parent
92e67aca8f
commit
ec13e071ba
|
@ -105,7 +105,7 @@
|
|||
<div class="card-header bg-danger text-light">
|
||||
<div>
|
||||
<b>{{ p.pos.name }}</b>
|
||||
({{ p.discuss_time|date:"Y-m-d " }}{% if not p.for_current_revision %}for -{{ p.get_dochistory.rev }}{% endif %})
|
||||
({{ p.discuss_time|date:"Y-m-d" }}{% if not p.for_current_revision %}{% if p.discuss_time %} {% endif %}for -{{ p.get_dochistory.rev }}{% endif %})
|
||||
{% if p.send_email %}
|
||||
<i class="bi bi-envelope float-end"
|
||||
title="Email requested to be sent for this discuss"></i>
|
||||
|
@ -131,7 +131,7 @@
|
|||
<div class="card-header {{ p.pos|pos_to_label_format }}">
|
||||
<div>
|
||||
<b>Comment</b>
|
||||
({{ p.comment_time|date:"Y-m-d " }}{% if not p.for_current_revision %}for -{{ p.get_dochistory.rev }}{% endif %})
|
||||
({{ p.comment_time|date:"Y-m-d" }}{% if not p.for_current_revision %}{% if p.comment_time %} {% endif %}for -{{ p.get_dochistory.rev }}{% endif %})
|
||||
{% if p.send_email %}
|
||||
<i class="bi bi-envelope-check float-end"
|
||||
title="Email requested to be sent for this comment"></i>
|
||||
|
@ -178,9 +178,9 @@
|
|||
<b>{{ p.pos.name }} </b>
|
||||
{% if p.pos.blocking and p.discuss %}
|
||||
<b>[Treat as non-blocking comment]</b>
|
||||
({{ p.discuss_time|date:"Y-m-d " }}{% if not p.for_current_revision %}for -{{ p.get_dochistory.rev }}{% endif %})
|
||||
({{ p.discuss_time|date:"Y-m-d" }}{% if not p.for_current_revision %}{% if p.discuss_time %} {% endif %}for -{{ p.get_dochistory.rev }}{% endif %})
|
||||
{% else %}
|
||||
({{ p.comment_time|date:"Y-m-d " }}{% if not p.for_current_revision %}for -{{ p.get_dochistory.rev }}{% endif %})
|
||||
({{ p.comment_time|date:"Y-m-d" }}{% if not p.for_current_revision %}{% if p.comment_time %} {% endif %}for -{{ p.get_dochistory.rev }}{% endif %})
|
||||
{% endif %}
|
||||
{% if p.send_email %}
|
||||
<i class="bi bi-envelope float-end"
|
||||
|
|
Loading…
Reference in a new issue