File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ <h2 class="my-3">
2020 < table class ="table table-sm table-striped tablesorter ">
2121 < thead >
2222 < tr >
23- < th class ="col-2 " scope ="col "{% if group.uses_milestone_dates %} data-sort ="num "{% endif %} >
23+ < th class ="col-2 " scope ="col "{% if group.uses_milestone_dates %} data-sort ="num "{% endif %} data-default-sort =" asc " >
2424 {% if group.uses_milestone_dates %}
2525 Date
2626 {% else %}
@@ -39,7 +39,7 @@ <h2 class="my-3">
3939 < span class ="badge rounded-pill {% if milestone.resolved|slugify == 'done' %}text-bg-success{% else %}text-bg-warning{% endif %} "> {{ milestone.resolved|title }}</ span >
4040 {% else %}
4141 {% if group.uses_milestone_dates %}
42- {{ milestone.due|date:"M Y" }}
42+ < span class =" d-none " aria-hidden =" true " > {{ milestone.due }} </ span > {{ milestone.due|date:"M Y" }}
4343 {% else %}
4444 {% if forloop.first %}Last{% endif %}
4545 {% if forloop.last %}Next{% endif %}
You can’t perform that action at this time.
0 commit comments