2023-07-27 17:46:32 +03:00
|
|
|
<section class="shadow bg-white dark:bg-gray-800 sm:rounded-md sm:overflow-hidden">
|
2023-12-15 19:59:16 +03:00
|
|
|
<PlausibleWeb.Components.Billing.Notice.premium_feature
|
2023-10-11 23:24:16 +03:00
|
|
|
billable_user={@site.owner}
|
2023-10-11 15:40:01 +03:00
|
|
|
current_user={@current_user}
|
|
|
|
feature_mod={Plausible.Billing.Feature.Funnels}
|
|
|
|
/>
|
2023-06-27 11:04:35 +03:00
|
|
|
|
2023-07-27 17:46:32 +03:00
|
|
|
<div class="py-6 px-4 sm:p-6">
|
|
|
|
<header class="relative">
|
|
|
|
<h2 class="text-lg leading-6 font-medium text-gray-900 dark:text-gray-100">Funnels</h2>
|
|
|
|
<p class="mt-1 text-sm leading-5 text-gray-500 dark:text-gray-200">
|
2023-09-05 15:43:01 +03:00
|
|
|
Compose Goals into Funnels
|
2023-07-27 17:46:32 +03:00
|
|
|
</p>
|
2023-06-22 10:00:07 +03:00
|
|
|
|
2023-10-18 15:01:17 +03:00
|
|
|
<PlausibleWeb.Components.Generic.docs_info slug="funnel-analysis" />
|
2023-07-27 17:46:32 +03:00
|
|
|
</header>
|
2023-06-27 11:04:35 +03:00
|
|
|
|
2023-07-27 17:46:32 +03:00
|
|
|
<PlausibleWeb.Components.Site.Feature.toggle
|
2023-10-11 15:40:01 +03:00
|
|
|
feature_mod={Plausible.Billing.Feature.Funnels}
|
2023-07-27 17:46:32 +03:00
|
|
|
site={@site}
|
|
|
|
conn={@conn}
|
|
|
|
>
|
|
|
|
<%= live_render(@conn, PlausibleWeb.Live.FunnelSettings,
|
2023-09-25 11:27:29 +03:00
|
|
|
session: %{"site_id" => @site.id, "domain" => @site.domain}
|
2023-07-27 17:46:32 +03:00
|
|
|
) %>
|
|
|
|
</PlausibleWeb.Components.Site.Feature.toggle>
|
|
|
|
</div>
|
|
|
|
</section>
|