analytics/lib/plausible_web/templates/billing/choose_plan.html.heex

5 lines
115 B
Plaintext

<%= live_render(@conn, PlausibleWeb.Live.ChoosePlan,
id: "choose-plan",
session: %{"user_id" => @user.id}
) %>