Skip to content

Commit

Permalink
Make "Withdraw" button more consistent with others
Browse files Browse the repository at this point in the history
Add a heroicon to "Withdraw" button and style it similar to "Delete".

Issue #3296
  • Loading branch information
bickelj committed Jul 25, 2024
1 parent f4ae001 commit f63f0b2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,9 @@ <h5>{% blocktrans with stage=object.previous.stage %}Your {{ stage }} applicatio
{% endif %}
{% if request.user|has_withdraw_perm:object %}
<a
class="link link--withdraw-submission is-active"
class="font-bold text-red-600 flex items-center hover:opacity-70 transition-opacity"
href="{% url 'funds:submissions:withdraw' object.id %}">
{% heroicon_micro "arrow-uturn-down" class="inline me-1 fill-red-600" aria_hidden=true %}
{% trans "Withdraw" %}
</a>
{% endif %}
Expand Down

0 comments on commit f63f0b2

Please sign in to comment.