File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ <h2>Reviewers</h2>
3535 < th > Next</ th >
3636 < th > Reviewer</ th >
3737 < th > Assigned/Deadline/state/time between assignment and closure for latest assignments</ th >
38- < th > Days Since Completed </ th >
38+ < th > Days Since Com­plet­ed </ th >
3939 < th > Settings</ th >
4040 </ tr >
4141 </ thead >
@@ -59,7 +59,7 @@ <h2>Reviewers</h2>
5959 < td >
6060 {% if assignment_to_closure_days != None %}{{ assignment_to_closure_days }} day{{ assignment_to_closure_days|pluralize }}{% endif %}
6161 </ td >
62- < td > {{ doc_name }}{% if reviewed_rev %}-{{ reviewed_rev }}{% endif %}</ td >
62+ < td class =" text-nowrap " > {{ doc_name }}{% if reviewed_rev %}-{{ reviewed_rev }}{% endif %}</ td >
6363 </ tr >
6464 {% endfor %}
6565 </ table >
Original file line number Diff line number Diff line change 11< table class ="simple-table ">
2- < tr >
3- < th > Dates</ th >
4- < th > Availability</ th >
5- < th > Reason</ th >
6- </ tr >
72 {% for p in unavailable_periods %}
8- < tr class ="unavailable-period-{{ p.state }} ">
9- < td > {% if p.start_date or p.end_date %}{{ p.start_date|default:"∞" }} -{% endif %} {{ p.end_date|default:"∞" }}</ td >
10- < td > {{ p.get_availability_display }}</ td >
11- < td > {{ p.reason }}</ td >
12- </ tr >
3+ < tr class ="unavailable-period-{{ p.state }} ">
4+ < th > Dates:</ th >
5+ < td > {% if p.start_date or p.end_date %}{{ p.start_date|default:"∞" }} -{% endif %} {{ p.end_date|default:"∞" }}</ td >
6+ </ tr >
7+ < tr class ="unavailable-period-{{ p.state }} ">
8+ < th > Availability:</ th >
9+ < td > {{ p.get_availability_display }}</ td >
10+ </ tr >
11+ < tr class ="unavailable-period-{{ p.state }} ">
12+ < th > Reason:</ th >
13+ < td > {{ p.reason }}</ td >
14+ </ tr >
15+ < tr > < td > </ td > </ td > </ td > </ tr >
1316 {% endfor %}
1417</ table >
You can’t perform that action at this time.
0 commit comments