diff --git a/hypha/apply/funds/templates/funds/submissions.html b/hypha/apply/funds/templates/funds/submissions.html index ba0d3bcacd2dfa1a32457c9d5b252cfca5cf46b8..8c7dc6bfe7a5454309b9dd1f0a01695db9223966 100644 --- a/hypha/apply/funds/templates/funds/submissions.html +++ b/hypha/apply/funds/templates/funds/submissions.html @@ -17,7 +17,8 @@ hx-boost="true" href="{% url 'apply:submissions:list-alt' %}" > - {% trans "Switch to list view" %} + {% heroicon_mini "queue-list" aria_hidden="true" size=16 class="inline align-text-bottom" %} + {% trans "List view" %} </a> {% endslot %} {% endadminbar %} diff --git a/hypha/apply/funds/templates/submissions/all.html b/hypha/apply/funds/templates/submissions/all.html index 5e7c71aca7331c98c40458d887b6ca75500bf11c..317506497c552b88487fcac5866e519aa2c3ad8e 100644 --- a/hypha/apply/funds/templates/submissions/all.html +++ b/hypha/apply/funds/templates/submissions/all.html @@ -17,7 +17,8 @@ <a class="tab__item tab__item--right" href="{% url 'apply:submissions:list' %}" > - {% trans "Switch to grid view" %} + {% heroicon_mini "table-cells" aria_hidden="true" size=16 class="inline align-text-bottom" %} + {% trans "Table view" %} </a> {% endslot %} {% endadminbar %}