diff --git a/atlas/templates/atlas/collection_detail.html b/atlas/templates/atlas/collection_detail.html index e625fa09..fdc5d855 100644 --- a/atlas/templates/atlas/collection_detail.html +++ b/atlas/templates/atlas/collection_detail.html @@ -4,30 +4,42 @@ {% partialdef casedetails-management-links %} - ( - - {% if casedetail.default_viewerstate %} - - {% endif %} - ) - - () - - {% if collection.collection_type == "QUE" %} - ( - {% if casedetail.question_schema %} - - {% else %} - - {% endif %} + + + + - ) - {% endif %} - {% if casedetail.case.previous_case %} - ( - ) - {% endif %} + + + + + {% if collection.collection_type == "QUE" %} + + {% if casedetail.question_schema %} + + {% else %} + + {% endif %} + + {% endif %} + + {% if casedetail.case.previous_case %} + + + + {% endif %} + + + + {% if casedetail.default_viewerstate %} + + + + {% endif %} + + + {% endpartialdef %} {% block content %} @@ -92,7 +104,7 @@ {% if casedetail.case.series.count == 0 %} {% endif %} - {{casedetail.case.title}} + {{casedetail.case.title}} {% partial casedetails-management-links %}