From f63f0b2a2ea32ed7e4b982f479ebdf7dcc15c0ff Mon Sep 17 00:00:00 2001 From: Jesse Bickel Date: Thu, 25 Jul 2024 12:50:20 -0500 Subject: [PATCH] Make "Withdraw" button more consistent with others Add a heroicon to "Withdraw" button and style it similar to "Delete". Issue #3296 --- .../funds/templates/funds/applicationsubmission_detail.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hypha/apply/funds/templates/funds/applicationsubmission_detail.html b/hypha/apply/funds/templates/funds/applicationsubmission_detail.html index b9de4bb0b4..70e9538e35 100644 --- a/hypha/apply/funds/templates/funds/applicationsubmission_detail.html +++ b/hypha/apply/funds/templates/funds/applicationsubmission_detail.html @@ -113,8 +113,9 @@
{% blocktrans with stage=object.previous.stage %}Your {{ stage }} applicatio {% endif %} {% if request.user|has_withdraw_perm:object %} + {% heroicon_micro "arrow-uturn-down" class="inline me-1 fill-red-600" aria_hidden=true %} {% trans "Withdraw" %} {% endif %}