mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-20 14:29:51 -04:00
Fix issues raised on pull request
Includes: - make 'remove team member' link, on edit member permissions page, destructive - convert missed links on /features pages - convert missed links on /using-notify/guidance and sub pages - give links in browse-lists back their size and weight (needed for lists of live and trial services on Platform Admin) - give links on Platform Admin inbound numbers page back their size and weight - update links in JS tests
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
{% endif %}
|
||||
{% if delete_link %}
|
||||
<span class="page-footer-delete-link {% if not button_text %}page-footer-delete-link-without-button{% endif %}">
|
||||
<a class="govuk-link govuk-link--no-visited-state" href="{{ delete_link }}">{{ delete_link_text }}</a>
|
||||
<a class="govuk-link govuk-link--destructive" href="{{ delete_link }}">{{ delete_link_text }}</a>
|
||||
</span>
|
||||
{% endif %}
|
||||
{% if secondary_link and secondary_link_text %}
|
||||
|
||||
Reference in New Issue
Block a user