You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: templates/company/view_all/view.html.tx
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@
31
31
% if $c.is_signed_in {
32
32
<div class="govuk-inset-text onlyJS">
33
33
<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
35
35
<span class="govuk-visually-hidden">link opens in new tab/window</span></a>
<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
51
51
<span class="govuk-visually-hidden">link opens in new tab/window</span></a>
0 commit comments