Skip to content

Commit 2ce94a9

Browse files
authored
Trying a simpler approach to custom plausible events (#1971)
1 parent 26e2dbb commit 2ce94a9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

app/views/dashboard/_new_project_request_wizard_link.html.erb

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
<div class="new-project-multi">
22
<div class="request-btn">
3-
<%= link_to "New Project Request", new_project_project_info_path, class: "", id: "new-project-request-wizard-button", tabindex: 0 %>
3+
<%= link_to "New Project Request",
4+
new_project_project_info_path,
5+
class: "plausible-event-name=New+Project+Request",
6+
id: "new-project-request-wizard-button",
7+
tabindex: 0 %>
48
</div>
59
<div class="request-options">
610
<button popovertarget="request-dropdown" class="down-arrow"></button>

0 commit comments

Comments
 (0)