View Source PlausibleWeb.SiteView (Plausible v0.0.1)

Summary

Functions

The resource name, as an atom, for this view

Link to this function

change_domain.html(assigns)

View Source
Link to this function

csv_import.html(assigns)

View Source
Link to this function

edit_shared_link.html(assigns)

View Source
Link to this function

new_shared_link.html(assigns)

View Source
Link to this function

render(template, assigns \\ %{})

View Source

Renders the given template locally.

Link to this function

settings_danger_zone.html(assigns)

View Source
Link to this function

settings_email_reports.html(assigns)

View Source
Link to this function

settings_funnels.html(assigns)

View Source
Link to this function

settings_general.html(assigns)

View Source
Link to this function

settings_goals.html(assigns)

View Source
Link to this function

settings_imports_exports.html(assigns)

View Source
Link to this function

settings_integrations.html(assigns)

View Source
Link to this function

settings_people.html(assigns)

View Source
Link to this function

settings_props.html(assigns)

View Source
Link to this function

settings_search_console.html(assigns)

View Source
Link to this function

settings_shields.html(assigns)

View Source
Link to this function

settings_visibility.html(assigns)

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

with_indefinite_article(word)

View Source