View Source PlausibleWeb.SettingsView (Plausible v0.0.1)

Summary

Functions

The resource name, as an atom, for this view

Link to this function

danger_zone.html(assigns)

View Source
Link to this function

format_invoices(invoice_list)

View Source
Link to this function

new_api_key.html(assigns)

View Source
Link to this function

preferences.html(assigns)

View Source
Link to this function

present_subscription_status(status)

View Source
@spec present_subscription_status(Plausible.Billing.Subscription.Status.status()) ::
  String.t()
Link to this function

render(template, assigns \\ %{})

View Source

Renders the given template locally.

Link to this function

subscription.html(assigns)

View Source
@spec subscription_colors(Plausible.Billing.Subscription.Status.status()) ::
  String.t()
Link to this function

subscription_interval(subscription)

View Source
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.