Skip to content

Commit 3694f83

Browse files
authored
Merge pull request #124 from companieshouse/feature/satisfy-charge-style
change charge wording and hidden text
2 parents 4b58a61 + 3c79c57 commit 3694f83

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

templates/company/mortgages/view_content.html.tx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
% }
2323

2424
% 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<span class="visually-hidden"> <% if defined $charge.charge_code {$charge.charge_code} else { $charge.classification.description } %></span></a>
27-
</h2>
25+
<p>
26+
<a href=<% $c.config.webfiling_login_url %>>Satisfy charge<span class="visually-hidden"> <% if defined $charge.charge_code {$charge.charge_code} else { $charge.classification.description } %> on the Companies House WebFiling service</span></a>
27+
</p>
2828
% }
2929

3030
<div class="grid-row">

0 commit comments

Comments
 (0)