File tree Expand file tree Collapse file tree
app/grandchallenge/evaluation/templates/evaluation Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ <h2>Ground Truths for {{ phase.title }}</h2>
5151 < td >
5252 < a href ="{{ gt.get_absolute_url }} "> < i class ="fa fa-eye "> </ i > </ a >
5353 </ td >
54- < td class ="d-flex justify-content-center "> {% if gt.is_desired_version %}< i class ="fa fa-check-circle text-success pt-1 "> </ i > {% else %}< i class ="fas fa-times-circle text-danger pt-1 "> </ i > {% endif %}</ td >
54+ < td class ="d-flex justify-content-center "> < span > {% if gt.is_desired_version %}< i class ="fa fa-check-circle text-success pt-1 "> </ i > {% else %}< i class ="fas fa-times-circle text-danger pt-1 "> </ i > {% endif %}</ span > </ td >
5555 < td data-order ="{{ gt.created|date: "c " }}"> {{ gt.created }}</ td >
5656 < td > < a
5757 href ="{% url 'profile-detail' gt.creator.username %} "> {{ gt.creator }}</ a >
You can’t perform that action at this time.
0 commit comments