We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b00b13c commit 66bccf2Copy full SHA for 66bccf2
templates/company/mortgages/view_content.html.tx
@@ -23,7 +23,7 @@
23
24
% if ($charge.status == 'outstanding' || $charge.status == 'part-satisfied') {
25
<h2 class="heading-small" align="right">
26
- <a href=<% $c.config.webfiling_login_url %> class="float-right">Satisfy</a>
+ <a href=<% $c.config.webfiling_login_url %> class="float-right">Satisfy<span class="visually-hidden"> <% if defined $charge.charge_code {$charge.charge_code} else { $charge.classification.description } %></span></a>
27
</h2>
28
% }
29
0 commit comments