Skip to content

Commit 34409ad

Browse files
committed
remove piwik event tag
1 parent 01c5152 commit 34409ad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

templates/company/view_all/view.html.tx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
% if $c.is_signed_in {
3232
<div class="govuk-inset-text onlyJS">
3333
<div id="widget">
34-
<a class="render-document govuk-button secondary-button piwik-event" data-event-id="View company information snapshot" href="#">View company information snapshot
34+
<a class="render-document govuk-button secondary-button" data-event-id="View company information snapshot" href="#">View company information snapshot
3535
<span class="govuk-visually-hidden">link opens in new tab/window</span></a>
3636
<div id="status-widget" class="widget-footer hidden">
3737
<div id="status">
@@ -47,7 +47,7 @@
4747
</div>
4848
<div id="download-button"></div>
4949
% } else {
50-
<a class="govuk-button secondary-button piwik-event" data-event-id="View company information snapshot" href="<% $c.url_for('user_sign_in') %>">View company information snapshot
50+
<a class="govuk-button secondary-button" data-event-id="View company information snapshot" href="<% $c.url_for('user_sign_in') %>">View company information snapshot
5151
<span class="govuk-visually-hidden">link opens in new tab/window</span></a>
5252
% }
5353
% }
@@ -71,7 +71,7 @@
7171
</ul>
7272
</div>
7373
</details>
74-
<a class="govuk-button secondary-button piwik-event" data-event-id="Order a certificate" href="<% $c.url_for('/orderable/certificates') %>">Order certificate</a>
74+
<a class="govuk-button secondary-button" data-event-id="Order a certificate" href="<% $c.url_for('/orderable/certificates') %>">Order certificate</a>
7575
% }
7676
% }
7777
% }

0 commit comments

Comments
 (0)