Skip to content

Commit 07e3bca

Browse files
committed
Experimenting with adding parent element click tracking to tabs
1 parent 19aa77e commit 07e3bca

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

app/views/search/_source_tabs.html.erb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!-- Tab Navigation -->
2-
<nav id="tabs" class="tab-navigation" aria-label="Result type navigation">
2+
<nav id="tabs" class="tab-navigation" aria-label="Result type navigation" data-matomo-click="Navigation, Tabs Engaged, Example">
33
<ul class="primary">
44
<li><%= link_to_tab("All") %></li>
55

@@ -22,4 +22,3 @@
2222
</nav>
2323

2424
<%= javascript_include_tag "source_tabs" %>
25-

0 commit comments

Comments
 (0)