View Source PlausibleWeb.BillingView (Plausible v0.0.1)

Link to this section Summary

Link to this section Functions

The resource name, as an atom, for this view

Link to this function

change_enterprise_plan.html(assigns)

View Source
Link to this function

change_enterprise_plan_contact_us.html(assigns)

View Source
Link to this function

change_plan.html(assigns)

View Source
Link to this function

change_plan_preview.html(assigns)

View Source
Link to this function

reccommended_plan(usage)

View Source
Link to this function

render(template, assigns \\ %{})

View Source

Renders the given template locally.

Link to this function

template_not_found(template, assigns)

View Source
@spec template_not_found(binary(), map()) :: no_return()

Callback invoked when no template is found. By default it raises but can be customized to render a particular template.

Link to this function

upgrade_success.html(assigns)

View Source
Link to this function

upgrade_to_plan.html(assigns)

View Source