add mixpanel events for signup page

This commit is contained in:
Albert Yi
2018-10-22 17:05:05 -07:00
parent b999fc86ea
commit 08e3051d31
4 changed files with 18 additions and 5 deletions

View File

@@ -69,7 +69,7 @@
<% end %>
<% end %>
<%= content_for(:html_header) do %>
<% content_for(:html_header) do %>
<%= tag.link href: posts_path(format: "atom", tags: params[:tags]), rel: "alternate", title: "ATOM", type: "application/atom+xml" %>
<%= tag.link rel: "prefetch", href: next_page_url, as: "html", crossorigin: "use-credentials" %>
<%= tag.link rel: "next", href: next_page_url %>