Skip to content

Commit e531aa4

Browse files
committed
addd piwik event to charge
1 parent 3694f83 commit e531aa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/company/mortgages/view_content.html.tx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
% if ($charge.status == 'outstanding' || $charge.status == 'part-satisfied') {
2525
<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>
26+
<a class="piwik-event" data-id="charges" data-event-id="Satisfy charge" 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>
2727
</p>
2828
% }
2929

0 commit comments

Comments
 (0)