View Source PlausibleWeb.AuthView (Plausible v0.0.1)

Summary

Functions

The resource name, as an atom, for this view

Link to this function

format_invoices(invoice_list)

View Source
Link to this function

invitation_expired.html(assigns)

View Source
Link to this function

login_form.html(assigns)

View Source
Link to this function

new_api_key.html(assigns)

View Source
Link to this function

password_form.html(assigns)

View Source
Link to this function

password_reset_form.html(assigns)

View Source
Link to this function

password_reset_request_form.html(assigns)

View Source
Link to this function

password_reset_request_success.html(assigns)

View Source
Link to this function

present_subscription_status(status)

View Source
Link to this function

register_form.html(assigns)

View Source
Link to this function

register_from_invitation_form.html(assigns)

View Source
Link to this function

register_success.html(assigns)

View Source
Link to this function

render(template, assigns \\ %{})

View Source

Renders the given template locally.

Link to this function

subscription_interval(subscription)

View Source
Link to this function

subscription_quota(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.

Link to this function

user_settings.html(assigns)

View Source